Skip to content

Commit

Permalink
Fix Release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin committed Feb 21, 2023
1 parent 6907e14 commit af95e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet build -c Release --no-restore

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

Expand Down

0 comments on commit af95e63

Please sign in to comment.