Skip to content

Commit

Permalink
Use upload_artifact v3 to create an artifact of all files
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol committed Jun 13, 2024
1 parent 7f0566f commit dad61aa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/make_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,9 @@ jobs:
shell: bash
run: |
python -c "from importlib.metadata import version; print('version=' + version('spinetoolbox'))" >> $GITHUB_OUTPUT
- name: Make zip
run:
Compress-Archive -Path "./dist/Spine Toolbox/*" -DestinationPath Spine-Toolbox-win-${{ steps.toolbox-version.outputs.version }}.zip
- name: Upload zip
- name: Upload archive
uses: actions/upload-artifact@v3
with:
name: Spine-Toolbox-win-${{ steps.toolbox-version.outputs.version }}
path: ./Spine-Toolbox-win-${{ steps.toolbox-version.outputs.version }}.zip
path: "./dist/Spine Toolbox"
if-no-files-found: error

0 comments on commit dad61aa

Please sign in to comment.