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 553e698 commit 44d3d33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
run: |
pyinstaller --onefile --add-data="protontricks/:protontricks/" --add-data="Injector.exe:." pg3d-injector.py
- name: Move executable to dist folder
run: |
mkdir -p dist
mv pg3d-injector/dist/pg3d-injector dist/
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 44d3d33

Please sign in to comment.