Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
newbe36524 committed Oct 25, 2020
1 parent d3a8d13 commit 148f177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Push nuget package to nuget.org registry
run: |
cd $GITHUB_WORKSPACE/src
cd $ENV:GITHUB_WORKSPACE/src
dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --no-symbols --skip-duplicate --source https://api.nuget.org/v3/index.json

0 comments on commit 148f177

Please sign in to comment.