From 77f01dab54266e96b44321622f37705abb922c72 Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Sun, 30 Jun 2024 19:28:22 +0200 Subject: [PATCH] inputs --- .github/actions/install-godot/action.yml | 6 +++--- .github/workflows/gdext.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/actions/install-godot/action.yml b/.github/actions/install-godot/action.yml index b0ef2c9..ccc5741 100644 --- a/.github/actions/install-godot/action.yml +++ b/.github/actions/install-godot/action.yml @@ -6,8 +6,7 @@ inputs: required: true dotnet: description: Use .NET build - required: false - default: 'false' + required: true runs: using: composite @@ -70,7 +69,8 @@ runs: godotenv godot install ${{ inputs.version }} echo "GODOT=$(godotenv godot env path)" >> $GITHUB_ENV - - name: Download export templates + # TODO: .NET templates + - name: Install export templates shell: bash run: | mkdir -p "${{ env.templates_path }}" diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index 6cae1ba..3333497 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -387,6 +387,7 @@ jobs: - uses: ./.github/actions/install-godot with: version: ${{ matrix.gdver }} + dotnet: false - name: Prep shell: bash