File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110
111111 publish-nuget :
112112 name : Publish as dotnet tool to NuGet
113- runs-on : ubuntu -latest
113+ runs-on : windows -latest
114114 needs : publish-release
115115 steps :
116116 - name : Checkout
@@ -120,10 +120,10 @@ jobs:
120120 with :
121121 dotnet-version : 10.0.x
122122 - name : Build
123- run : dotnet build ./src/HydraScript/HydraScript.csproj -c Release -v n \
124- /p:Version=${{ needs.publish-release.outputs.determined_version }} \
123+ run : dotnet build ./src/HydraScript/HydraScript.csproj -c Release -v n `
124+ /p:Version=${{ needs.publish-release.outputs.determined_version }} `
125125 /p:PublishAot=false /p:PublishSingleFile=false
126126 - name : Publish
127- run : dotnet nuget push ./src/HydraScript/bin/Release/*.nupkg \
128- --api-key ${{ secrets.NUGET_API_KEY }} \
127+ run : dotnet nuget push ./src/HydraScript/bin/Release/*.nupkg `
128+ --api-key ${{ secrets.NUGET_API_KEY }} `
129129 --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments