Skip to content

Commit 8036320

Browse files
authored
Update dotnetcore.yml
1 parent bf83a7f commit 8036320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
ImageEffects:
1010

11-
runs-on: ubuntu-latest
11+
runs-on: windows-latest
1212

1313
steps:
1414
- uses: actions/checkout@v1
@@ -21,4 +21,4 @@ jobs:
2121
- name: Create the package
2222
run: dotnet pack --configuration Release "./src/WPF.ImageEffects.Demo.sln"
2323
- name: Publish "WPF.ImageEffects" to nuget
24-
run: dotnet nuget push "./src/WPF.ImageEffects/bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
24+
run: dotnet nuget push "./src/WPF.ImageEffects/bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)