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