Skip to content

Commit

Permalink
more ci fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
feinoujc committed Dec 10, 2021
1 parent 802b6d8 commit d9f0705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
- name: push
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push artifacts\*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
run: dotnet nuget push artifacts/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json

0 comments on commit d9f0705

Please sign in to comment.