Skip to content

Commit

Permalink
Fixes incorrect workflow due to conflicting names
Browse files Browse the repository at this point in the history
  • Loading branch information
ronelm2000 committed Oct 4, 2024
1 parent 199fecf commit 4fc21d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
with:
name: wstools-win-x64
name: wsm-gui-win-x64
path: publish/wsm-gui.exe
if-no-files-found: warn
- name: Upload Artifact (wsm-gui linux-x64)
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
with:
name: wstools-linux-x64
name: wsm-gui-linux-x64
path: publish/wsm-gui
if-no-files-found: warn

0 comments on commit 4fc21d6

Please sign in to comment.