Skip to content

Commit af95e63

Browse files
Fix Release CI
Per dotnet/sdk#30624 (comment)
1 parent 6907e14 commit af95e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet build -c Release --no-restore
3232

3333
- name: Package
34-
run: dotnet pack -c Release --no-build -o nupkgs
34+
run: dotnet pack -c Release --no-build --property:PackageOutputPath=../../nupkgs
3535
- name: Push to Nuget
3636
run: dotnet nuget push "./nupkgs/*.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGETPUBLISHKEY }}
3737

0 commit comments

Comments
 (0)