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 24a67fa commit f106b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
pip install --upgrade pyinstaller
- name: Compile to exe
run: |
pyinstaller update-pc-script.py
pyinstaller --onefile update-pc-script.py
- name: Set artifact path
run: |
mkdir artifact
cp dist/update-pc-script/update-pc-script artifact/update-pc-script.exe
echo "artifactPath=artifact/update-pc-script.exe" >> $GITHUB_ENV
cp dist/update-pc-script/update-pc-script artifact/update-pc-script
echo "artifactPath=artifact/update-pc-script" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f106b2c

Please sign in to comment.