Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dohg678 <[email protected]>
  • Loading branch information
Abyz08 authored Jun 6, 2024
1 parent 2fd63c9 commit d834eec
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 @@ -19,7 +19,7 @@ jobs:
- run: pip install -r Requirements.txt pyinstaller
- run: pyinstaller game.py
# Optionally verify that it works (provided that it does not need user interaction)
- run: ./dist/your-code/your-code
- run: ./
- uses: actions/upload-artifact@v2
with:
path: dist/*

0 comments on commit d834eec

Please sign in to comment.