Skip to content

Commit

Permalink
Don't publish Myra.Stride at MyGet
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Nov 13, 2023
1 parent 935a852 commit 7514385
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
uses: NuGet/setup-nuget@v1
- name: Publish Myra.MonoGame to MyGet
run: nuget.exe push src\Myra\bin\MonoGame\Release\Myra.*.nupkg ${{secrets.MYGET_APIKEY}} -Source https://www.myget.org/F/abarim-games/api/v2/package
- name: Publish Myra.Stride to MyGet
run: nuget.exe push src\Myra\bin\Stride\Release\Myra.Stride.*.nupkg ${{secrets.MYGET_APIKEY}} -Source https://www.myget.org/F/abarim-games/api/v2/package
- name: Publish Myra.PlatformAgnostic to MyGet
run: nuget.exe push src\Myra\bin\PlatformAgnostic\Release\Myra.PlatformAgnostic.*.nupkg ${{secrets.MYGET_APIKEY}} -Source https://www.myget.org/F/abarim-games/api/v2/package
- name: Publish Myra.MonoGame to NuGet
Expand Down

0 comments on commit 7514385

Please sign in to comment.