Skip to content

Commit

Permalink
improved action, hopefully last test
Browse files Browse the repository at this point in the history
  • Loading branch information
WhosMyName committed Feb 22, 2023
1 parent 99f7891 commit 3726f4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -87,5 +88,4 @@ jobs:
makeLatest: "true"
generateReleaseNotes: false
artifacts: |
${{ env.REPO_NAME }}.exe
${{ env.REPO_NAME }}
*

0 comments on commit 3726f4c

Please sign in to comment.