Fix dotnet version reference.

This commit is contained in:
2025-07-01 13:25:41 -07:00
parent 3148d266f2
commit 578d1e98fb

View File

@@ -74,7 +74,7 @@ runs:
echo "command=$COMMAND ${{ inputs.additionalArgs }}" >> "$GITHUB_OUTPUT"
shell: bash
- name: "Build the .nupkg file."
uses: act/common/dotnet/dotnet-6@master
uses: act/common/dotnet/dotnet@master
with:
command: ${{ steps.command.outputs.command }}
- name: "Own artifacts."