We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a3e95 commit dc24b88Copy full SHA for dc24b88
.github/workflows/publish.yml
@@ -68,6 +68,7 @@ jobs:
68
- name: ZIP embedding tools
69
run: |
70
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
72
7z a -tzip -mx=9 -r embedding_tools_linux.zip fumo_encoder fumo_generator initial_loader.bin stage1.dll
73
74
- name: Publish release (version tag)
0 commit comments