From 2672c0b5964f81d15dd9bfddad8d99beafe20131 Mon Sep 17 00:00:00 2001 From: rainlizard <15337628+rainlizard@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:10:58 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c864c77..8c5e0a0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,7 @@ on: branches: - '*' + jobs: build: runs-on: ubuntu-latest @@ -30,9 +31,10 @@ jobs: echo "FULL_VERSION=${TAG_VERSION}" >> $GITHUB_OUTPUT - name: Setup Godot - uses: fantom-technologies-inc/godot-ci@v2 + uses: abarichello/godot-ci@4.2.1-stable with: - version: 3.5.3 + version: "3.5.3" + export-templates: "true" - name: Export Godot Game run: | @@ -42,7 +44,6 @@ jobs: - name: Replace Icon in Windows Export with rcedit if: matrix.platform == 'windows' run: | - sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install -y wine64 wget https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe -O rcedit.exe