ci-test (working now) #2
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ jobs:
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install -y wine64
|
apt install -y wine64
|
||||||
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
||||||
|
- name: download lib
|
||||||
|
run: |
|
||||||
|
wget -nv https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_linux.x86_64.zip -O /root/.local/share/godot/godot.zip
|
||||||
|
wget -nv https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz -O /root/.local/share/godot/godot_templates.tpz
|
||||||
- name: export game
|
- name: export game
|
||||||
id: export
|
id: export
|
||||||
uses: https://github.com/firebelley/godot-export@v5.0.0
|
uses: https://github.com/firebelley/godot-export@v5.0.0
|
||||||
|
|
Loading…
Reference in a new issue