Skip to content

Commit

Permalink
Try and Fix Path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrdman32 committed Jan 8, 2025
1 parent 6918e9b commit 42912ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
dotnet nuget push "./output/*.nupkg" \
ls ./output/RoveComm.**.nupkg
dotnet nuget push "./output/RoveComm.**.nupkg" \
--source "https://nuget.pkg.github.com/MissouriMRDT/index.json" \
--api-key $GITHUB_TOKEN \
--no-symbols
Expand Down

0 comments on commit 42912ca

Please sign in to comment.