Skip to content

Commit

Permalink
add publishing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrlaczykowski committed Jun 4, 2024
1 parent a10cdbd commit e415cff
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 @@ -33,7 +33,7 @@ jobs:
pyinstaller --onefile update-pc-script.py
- name: Set artifact path
run: |
echo "artifactPath=dist/update-pc-script/update-pc-script" >> $GITHUB_ENV
echo "artifactPath=dist/update-pc-script" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e415cff

Please sign in to comment.