Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
und - Updated GH workflows for snupkg
Browse files Browse the repository at this point in the history
---

Type: und
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 10, 2024
1 parent 87b4a63 commit 35b5bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
run: dotnet build --configuration Release
- name: Package Publication
run: |
dotnet nuget push "Figletize/bin/Release/*.symbols.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org"
dotnet nuget push "Figletize.Generator/bin/Release/*.symbols.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org"
dotnet nuget push "Figletize/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org"
dotnet nuget push "Figletize.Generator/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org"

0 comments on commit 35b5bc5

Please sign in to comment.