Skip to content

Commit

Permalink
Fix workflow for Linux target
Browse files Browse the repository at this point in the history
  • Loading branch information
R-YaTian committed Sep 6, 2024
1 parent 4a387f3 commit e5db7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
submodules: recursive
- name: Make binary
run: |
zip TWLMagician-Python3-Linux.zip TWLMagician.py appgen.py requirements.txt
zip TWLMagician-Python3-Linux.zip TWLMagician.py appgen.py requirements.txt pyutils.py
zip -ur TWLMagician-Python3-Linux.zip Linux py_langs rmdot_files tk_tooltip i18n
- name: Publish artifact
uses: actions/upload-artifact@main
Expand Down

0 comments on commit e5db7eb

Please sign in to comment.