Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mak448a committed Mar 20, 2024
1 parent 393dd5b commit 350c71d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: Build Windows
run-name: Build Windows
# on:
# push:
# tags:
# - "**"
on: [push]
on:
push:
tags:
- "**"
# on: [push]
jobs:
Build-Windows:
runs-on: windows-latest
steps:
- run: git clone https://github.com/mak448a/QTCord/ --depth=1
- run: cd QTCord && pip install -r requirements.txt && pip install pyinstaller && python3 package_windows.py
- run: ls
- uses: actions/upload-artifact@v4
with:
name: "QTCord-Windows"
path: "dist/QTCord"
path: "QTCord/dist/QTCord"

0 comments on commit 350c71d

Please sign in to comment.