builds godot
Diffstat (limited to '.github/actions/release/action.yml')
-rw-r--r--.github/actions/release/action.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml
index ad49765..81a085f 100644
--- a/.github/actions/release/action.yml
+++ b/.github/actions/release/action.yml
@@ -28,6 +28,7 @@ runs:
- name: Compress
run: |
+ strip godot.linuxbsd.editor.x86_64 -v || true
mv godot.linuxbsd.editor.x86_64 ${{ env.fstart }}_linux.x86_64
mv templates.tpz ${{ env.fstart }}_export_templates.tpz
shell: bash