Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrdman32 committed Jan 8, 2025
1 parent 3e2a7c9 commit 35791c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
dotnet nuget push "./RoveComm.**.nupkg" \
ls -l output
dotnet nuget push "./output/RoveComm.**.nupkg" \
--source "https://nuget.pkg.github.com/MissouriMRDT/index.json" \
--api-key $GITHUB_TOKEN
working-directory: ./output
- name: Publish to NuGet.org
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: |
dotnet nuget push "./RoveComm.**.nupkg" \
dotnet nuget push "./output/RoveComm.**.nupkg" \
--source "https://api.nuget.org/v3/index.json" \
--api-key $NUGET_API_KEY
working-directory: ./output

0 comments on commit 35791c4

Please sign in to comment.