Skip to content

Commit

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

0 comments on commit 6918e9b

Please sign in to comment.