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 42671f9 commit a6fafa1
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 @@ -16,7 +16,7 @@ jobs:
with:
python-version: 3.11

- run: pip install -r requirements.txt pyinstaller
- run: pip install -r Requirements.txt pyinstaller
- run: pyinstaller your-code.py
# Optionally verify that it works (provided that it does not need user interaction)
- run: ./dist/your-code/your-code
Expand Down

0 comments on commit a6fafa1

Please sign in to comment.