File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
dotnet build src\Uno.UI.RuntimeTests.Engine-dotnet-build.slnf "/t:Build;Pack" /p:PackageVersion=$adjustedPackageVersion /p:Version=${{ steps.gitversion.outputs.assemblySemVer }} "/p:PackageOutputPath=$env:GITHUB_WORKSPACE\artifacts" "/p:PackageReleaseNotesFile=$env:GITHUB_WORKSPACE\build\changelog.md"
60
60
61
61
- name : Upload Artifacts
62
- uses : actions/upload-artifact@v2
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
name : NuGet
65
65
path : .\artifacts
75
75
uses : actions/checkout@v2
76
76
77
77
- name : Download Artifacts
78
- uses : actions/download-artifact@v2
78
+ uses : actions/download-artifact@v4
79
79
with :
80
80
name : NuGet
81
81
path : artifacts
98
98
99
99
- name : NuGet Push
100
100
run : |
101
- dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_API_KEY }}
101
+ dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_API_KEY }}
You can’t perform that action at this time.
0 commit comments