Skip to content

Commit

Permalink
make encoder and generator executable on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Dec 27, 2024
1 parent b6a3e95 commit dc24b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: ZIP embedding tools
run: |
7z a -tzip -mx=9 -r embedding_tools.zip fumo_encoder.exe fumo_generator.exe initial_loader.bin stage1.dll
chmod +x fumo_encoder fumo_generator
7z a -tzip -mx=9 -r embedding_tools_linux.zip fumo_encoder fumo_generator initial_loader.bin stage1.dll
- name: Publish release (version tag)
Expand Down

0 comments on commit dc24b88

Please sign in to comment.