From 89e04ed0847aab0af81efdb5bb5b627ad4dd6b6b Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sat, 15 Nov 2025 14:10:02 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20publishing=20in=20CI=20(#6?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create-release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 994a274..9db28ef 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -8,10 +8,13 @@ on: jobs: execute-parallel-pipeline: runs-on: ubuntu-latest - container: - image: barichello/godot-ci:mono-4.5.1 steps: - uses: actions/checkout@v5 - uses: actions/setup-dotnet@v5 + - uses: chickensoft-games/setup-godot@v2 + with: + version: 4.5.1 + use-dotnet: true + include-templates: true - name: Dotnet Run Pipeline run: dotnet run -c Release --project ./iac/Deploy/Deploy.csproj