Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TimianHeber committed May 5, 2024
1 parent 5371ad7 commit 0695d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: dotnet test --no-build --verbosity normal
working-directory: src
- name: Publish the package to GPR
run: dotnet nuget push artifacts/packages/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/c-true/index.json
run: dotnet nuget push src/CTrue.DcsConnect/bin/Release/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/c-true/index.json

0 comments on commit 0695d2b

Please sign in to comment.