Skip to content

Commit

Permalink
fix action?
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed May 1, 2024
1 parent 4bc379a commit a7d4289
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 @@ -24,7 +24,7 @@ jobs:
- name: Install pyminifier
run: pip install pyminifier
- name: Minify Bundle
run: sudo pyminifier -d /output --lzma *.py --nonlatin --obfuscate -replacement-length=1
run: sudo python -m pyminifier -d /output --lzma *.py --nonlatin --obfuscate -replacement-length=1
- name: Remove File
run: |
rm -rf /output/generate-bundle.py
Expand Down

0 comments on commit a7d4289

Please sign in to comment.