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