Skip to content

Commit

Permalink
CI: removed non-essential dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlancehu committed May 2, 2023
1 parent 28dbaf2 commit 52a3472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build
run: |
python3 -m PyInstaller main.py -F
cp dist/main dist/qcip
mv dist/main dist/qcip
cp config.json dist/config.json
- name: Upload
uses: actions/upload-artifact@v3.1.2
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Build
run: |
python3 -m PyInstaller main.py -F --upx-dir upx
cp dist/main.exe dist/qcip.exe
mv dist/main.exe dist/qcip.exe
cp config.json dist/config.json
- name: Upload
uses: actions/upload-artifact@v3.1.2
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Build
run: |
python3 -m PyInstaller main.py -F
cp dist/main dist/qcip
mv dist/main dist/qcip
cp config.json dist/config.json
- name: Upload
uses: actions/upload-artifact@v3.1.2
Expand Down

0 comments on commit 52a3472

Please sign in to comment.