Skip to content

Commit

Permalink
Fix Github Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doom2fan committed Nov 26, 2024
1 parent 666141c commit 9dfef2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: SkoutTools_win-x64
path: ${{ env.ARTIFACTS_PATH }}/SkoutTools_win-x64/
path: ${{ env.ARTIFACTS_PATH }}/SkoutTools_win-x64.zip

- uses: actions/upload-artifact@master
with:
name: SkoutTools_linux-x64
path: ${{ env.ARTIFACTS_PATH }}/SkoutTools_linux-x64/
path: ${{ env.ARTIFACTS_PATH }}/SkoutTools_linux-x64.zip

- name: Delete old release assets
if: ${{ env.PUBLISH_NIGHTLY }}}
Expand All @@ -83,7 +83,7 @@ jobs:
fail-if-no-assets: false
fail-if-no-release: false

- name: Upload nightly assets, Library
- name: Upload nightly asset
if: ${{ env.PUBLISH_NIGHTLY }}}
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 9dfef2e

Please sign in to comment.