Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
fix: fix upload-artifact step in workflow
  • Loading branch information
maugde authored Jun 18, 2024
1 parent 48fedde commit ffa5c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
working-directory: dist/

- name: Upload binaries
uses: action/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: AntaresWebInstaller-${{ matrix.os }}
path: dist/AntaresWebInstaller.zip

0 comments on commit ffa5c79

Please sign in to comment.