Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterain98 authored Feb 29, 2024
1 parent 657d95c commit 369c2e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
push:

jobs:
Expand All @@ -15,7 +16,8 @@ jobs:
with:
python-version: 3.12

- run: pip install -r requests pyinstaller
- run: pip install requests
- run: pip install pyinstaller
- run: pyinstaller main.py
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 369c2e2

Please sign in to comment.