Skip to content

Commit

Permalink
Third times the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Dec 5, 2023
1 parent e75f0aa commit 73ed7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
dotnet pack src/${{ env.project_name }}/${{ env.project_name }}.csproj \
--no-restore \
-c Release \
-o /output/ \
-o ./build-output/ \
-p:Authors="${{ env.authors }}" \
-p:Description="${{ env.description }}" \
-p:PackageLicenseExpression="${{ env.spdx }}" \
Expand All @@ -64,6 +64,6 @@ jobs:
- name: Push
shell: bash
run: |-
dotnet nuget push /output/*.nupkg \
dotnet nuget push ./build-output/*.nupkg \
-k ${{ secrets.NUGET_AUTH }} \
-s ${{ env.nuget }} \

0 comments on commit 73ed7a4

Please sign in to comment.