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

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci committed Jul 17, 2024
1 parent d2a9acc commit 3916d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,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 ${{runner.os}}-${{runner.arch}}.zip ./dist
run: 7z a -tzip vcbots-bili-${{runner.os}}-${{runner.arch}}.zip ./dist
- name: Upload
uses: actions/upload-artifact@v4
with:
name: build-${{matrix.os}}
path: ./${{runner.os}}-${{runner.arch}}.zip
path: ./vcbots-bili-${{runner.os}}-${{runner.arch}}.zip
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: create release
uses: softprops/[email protected]
with:
files: ./**/build-**.zip
files: ./**/**.zip

0 comments on commit 3916d7e

Please sign in to comment.