🐛 Fix publishing in CI (#6)

This commit is contained in:
Matt Parker
2025-11-15 14:10:02 +10:00
committed by GitHub
parent 93e8b95135
commit 89e04ed084

View File

@@ -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