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

Commit 623eaaa

Browse files
committed
Merge branch 'v0.1' into develop
2 parents 21f6647 + 30bd76e commit 623eaaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: windows-latest
1111

1212
steps:
1313
- uses: actions/checkout@v2
@@ -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)