Skip to content

Commit

Permalink
build: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Dec 22, 2020
1 parent 8433eb6 commit e20232e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

- name: "Push to NuGet.org"
run: |
dotnet nuget push "$env:GITHUB_WORKSPACE/artifacts/*.nupkg" --skip-duplicate -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
dotnet nuget push "$env:GITHUB_WORKSPACE\artifacts\*.nupkg" --skip-duplicate -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit e20232e

Please sign in to comment.