Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
[skip ci]Rename upload files
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci authored Jun 16, 2024
1 parent 8d906c6 commit 3c867e4
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,9 @@ jobs:
- name: Build
run: pyinstaller -F --hidden-import=PIL._tkinter_finder --additional-hooks-dir=hooks main.py -n vcbot-bili -i .res/icon.ico
- name: pack
run: 7z a -tzip build-${{runner.os}}.zip ./dist
run: 7z a -tzip build-${{matrix.os}}.zip ./dist
- name: Upload
uses: actions/upload-artifact@v4
with:
name: build-${{matrix.os}}
path: ./build-${{runner.os}}.zip
build-windows:
if: false
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies
run: pip install -r requirements.txt
- name: Build
run: pyinstaller -F -w --hidden-import=PIL._tkinter_finder --additional-hooks-dir=hooks main.py -n vcbot-bili -i .res\icon.ico
- name: Upload
uses: actions/upload-artifact@v4
with:
name: build-${{runner.os}}
path: ./build-${{runner.os}}.zip
path: ./build-${{matrix.os}}.zip

0 comments on commit 3c867e4

Please sign in to comment.