We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a09c6f commit 5426690Copy full SHA for 5426690
.github/workflows/build.yaml
@@ -299,7 +299,7 @@ jobs:
299
OS_SHORT=$(echo "${{ matrix.os }}" | sed 's/windows-latest/win/;s/ubuntu-latest/ubuntu/')
300
DOTNET_SHORT=$(echo "${{ matrix.dotnet-version }}" | sed 's/\.x$//')
301
JOB_ID="int-${OS_SHORT}-${DOTNET_SHORT}"
302
- dotnet versionmark --capture --job-id "${JOB_ID}" -- dotnet git buildmark versionmark
+ dotnet versionmark --capture --job-id "${JOB_ID}" -- dotnet git versionmark
303
echo "✓ Tool versions captured"
304
305
- name: Upload version capture
0 commit comments