Skip to content

Commit

Permalink
Finally should work
Browse files Browse the repository at this point in the history
  • Loading branch information
mak448a committed Mar 20, 2024
1 parent dc95ea2 commit df0cd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: windows-latest
steps:
- run: git clone https://github.com/mak448a/QTCord/ --depth=1
- run: cd QTCord && pip install -r requirements.txt && python3 package_windows.py
- run: cd QTCord && pip install -r requirements.txt && pip install pyinstaller && python3 package_windows.py
- uses: actions/upload-artifact@v4
with:
name: "QTCord-Windows.zip"
Expand Down

0 comments on commit df0cd12

Please sign in to comment.