Skip to content

Commit 7514385

Browse files
committed
Don't publish Myra.Stride at MyGet
1 parent 935a852 commit 7514385

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-and-publish-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
uses: NuGet/setup-nuget@v1
3636
- name: Publish Myra.MonoGame to MyGet
3737
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
38-
- name: Publish Myra.Stride to MyGet
39-
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
4038
- name: Publish Myra.PlatformAgnostic to MyGet
4139
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
4240
- name: Publish Myra.MonoGame to NuGet

0 commit comments

Comments
 (0)