Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownNPC authored May 3, 2024
1 parent 2b0e521 commit f84a366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: python -m pip install pyinstaller

- name: Build the executable
run: pyinstaller --onefile --add-data="protontricks/:protontricks/" --add-data="Injector.exe:." main.py
run: pyinstaller --onefile --add-data="protontricks/:protontricks/" --add-data="Injector.exe:." pg3d-injector.py

- name: Upload release artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f84a366

Please sign in to comment.