builds godot
Diffstat (limited to '.github/actions/release/action.yml')
-rw-r--r--.github/actions/release/action.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml
index da50012..43740ed 100644
--- a/.github/actions/release/action.yml
+++ b/.github/actions/release/action.yml
@@ -29,12 +29,11 @@ runs:
- name: Get editor
uses: actions/download-artifact@v3
with:
- name: x11-tools-release
+ name: linuxbsd-tools-release
- name: Compress
run: |
- mv godot.x11.opt.tools.64 ${{ env.fstart }}_x11.64
- mv godot_server.x11.opt.tools.64 ${{ env.fstart }}_linux_headless.64
+ mv godot.linuxbsd.editor.x86_64 ${{ env.fstart }}_linuxbsd.64
mv templates.tpz ${{ env.fstart }}_export_templates.tpz
shell: bash
env:
@@ -47,8 +46,7 @@ runs:
tag_name: ${{ env.release-name }}
files: |
${{ env.fstart }}_export_templates.tpz
- ${{ env.fstart }}_x11.64
- ${{ env.fstart }}_linux_headless.64
+ ${{ env.fstart }}_linuxbsd.64
token: ${{ inputs.github-token }}
prerelease: ${{ env.prerelease }}
env: