Skip to content

Commit

Permalink
Fix PyInstaller-created exe path for artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1ni authored Jul 2, 2024
1 parent 6b59b80 commit e073d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: xgp-save-extractor
path: xgp-save-extractor.exe
path: dist/xgp-save-extractor.exe

0 comments on commit e073d99

Please sign in to comment.