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

Commit 148f177

Browse files
committed
fix path
1 parent d3a8d13 commit 148f177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
3333
- name: Push nuget package to nuget.org registry
3434
run: |
35-
cd $GITHUB_WORKSPACE/src
35+
cd $ENV:GITHUB_WORKSPACE/src
3636
dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --no-symbols --skip-duplicate --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)