From 3726f4ce590f19b1e5fbd63572f285e22e31a881 Mon Sep 17 00:00:00 2001 From: Who is my Name! Date: Wed, 22 Feb 2023 16:29:35 +0100 Subject: [PATCH] improved action, hopefully last test --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22c20ef..8de034b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,20 +55,21 @@ jobs: macos-create-app-bundle: true #show-scons: true output-file: $REPO_NAME + + # Print Build results + - name: Print Build results + run: ls -lah build/ # Uploads artifacts - name: Upload Artifacts uses: actions/upload-artifact@v3 with: - name: ${{ runner.os }} Build + name: ${{ env.REPO_NAME }} - ${{ runner.os }} Build retention-days: 30 path: | build/${{ env.REPO_NAME }}.exe build/${{ env.REPO_NAME }} - - name: Print Artifacts - run: ls -lah ${{ github.workspace }} - release: runs-on: [ubuntu-latest] needs: build @@ -87,5 +88,4 @@ jobs: makeLatest: "true" generateReleaseNotes: false artifacts: | - ${{ env.REPO_NAME }}.exe - ${{ env.REPO_NAME }} \ No newline at end of file + * \ No newline at end of file