tweak action
Some checks failed
Build Godot Project1 / godot (batrix.exe, windows) (push) Failing after 12s
Build Godot Project1 / godot (batrix.x86_64, linux) (push) Failing after 3s
Build Godot Project1 / godot (batrix.zip, mac) (push) Failing after 2s

This commit is contained in:
Teatov 2025-03-06 22:05:32 +10:00
parent 1a6248feda
commit 562bb06559

View File

@ -24,11 +24,10 @@ jobs:
lfs: true
- run: echo "version=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Export from Godot
uses: mlm-games/godot-build-action@main
uses: mlm-games/godot-build-action@v1
with:
BINARY_NAME: batrix
EXPORT_PRESET_NAME: ${{ matrix.preset }}
GODOT_VER: 4.4
EXPORT_DIR: build
- name: Zip
uses: montudor/action-zip@v0.1.1