Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol committed Jun 13, 2024
1 parent 6b929c3 commit 35c51e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
- name: Upload zip
uses: actions/upload-artifact@v3
with:
name: Spine-Toolbox-win-${{ steps.toolbox-version.outputs.version }}
path: ./Spine-Toolbox-win-${{ steps.toolbox-version.outputs.version }}
name: Spine-Toolbox-win-${{ steps.toolbox-version.outputs.version }}.zip
path: ./dist
if-no-files-found: error

0 comments on commit 35c51e5

Please sign in to comment.