Skip to content

Commit

Permalink
chore: fix ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-L committed Jul 10, 2023
1 parent 879b2c5 commit 3c368ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:
run: dotnet pack VirtualBridge.PluginApi --configuration Release --output publish

- name: Push Packages to NuGet
run: dotnet nuget push ./publish/*.nupkg -k $env:NUGET_API_KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push .\publish\*.nupkg -k $env:NUGET_API_KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

Expand Down

0 comments on commit 3c368ee

Please sign in to comment.