File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- runs-on : windows -latest
9+ runs-on : ubuntu -latest
1010
1111 steps :
1212 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 publish :
13- runs-on : windows -latest
13+ runs-on : ubuntu -latest
1414
1515 steps :
1616 - uses : actions/checkout@v4
3030 run : dotnet pack src/XperienceCommunity.Sustainability.csproj --configuration Release --no-build --output nupkg
3131
3232 - name : Publish to NuGet using Trusted Publishing
33- run : |
34- cd nupkg
35- dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate
33+ run : dotnet nuget push nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate
You can’t perform that action at this time.
0 commit comments