Skip to content

Commit e5d8238

Browse files
committed
Fix Change of Build Runner to Linux
#199 non-breaking
1 parent 139608f commit e5d8238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
name: artifacts
4949
path: ./artifacts
5050
- name: Upload to NuGet
51-
run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n -k $env:NUGET_AUTH_TOKEN
51+
run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n -k $NUGET_AUTH_TOKEN

0 commit comments

Comments
 (0)