Skip to content

Commit

Permalink
Update 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 e5db7eb commit 057465e
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 @@ -45,7 +45,7 @@ jobs:
- name: Make binary
run: |
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
zip -ur TWLMagician-Python3-Linux.zip Linux py_langs tk_tooltip i18n
- name: Publish artifact
uses: actions/upload-artifact@main
with:
Expand Down

0 comments on commit 057465e

Please sign in to comment.