Skip to content

Commit dc24b88

Browse files
committed
make encoder and generator executable on linux
1 parent b6a3e95 commit dc24b88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- name: ZIP embedding tools
6969
run: |
7070
7z a -tzip -mx=9 -r embedding_tools.zip fumo_encoder.exe fumo_generator.exe initial_loader.bin stage1.dll
71+
chmod +x fumo_encoder fumo_generator
7172
7z a -tzip -mx=9 -r embedding_tools_linux.zip fumo_encoder fumo_generator initial_loader.bin stage1.dll
7273
7374
- name: Publish release (version tag)

0 commit comments

Comments
 (0)