Skip to content

Commit

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

0 comments on commit dc95ea2

Please sign in to comment.