We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf83a7f commit 8036320Copy full SHA for 8036320
.github/workflows/dotnetcore.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
ImageEffects:
10
11
- runs-on: ubuntu-latest
+ runs-on: windows-latest
12
13
steps:
14
- uses: actions/checkout@v1
@@ -21,4 +21,4 @@ jobs:
21
- name: Create the package
22
run: dotnet pack --configuration Release "./src/WPF.ImageEffects.Demo.sln"
23
- 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}}
+ 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