Skip to content

Commit

Permalink
Upload only the previously created zip file using upload_artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol committed Jun 13, 2024
1 parent 35c51e5 commit d6e1cf9
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 }}.zip
path: ./dist
name: Spine-Toolbox-win-${{ steps.toolbox-version.outputs.version }}
path: ./Spine-Toolbox-win-${{ steps.toolbox-version.outputs.version }}.zip
if-no-files-found: error

0 comments on commit d6e1cf9

Please sign in to comment.