Skip to content

Commit 005c032

Browse files
committed
More build scripts fixes
1 parent 75dba13 commit 005c032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: Myra.${{env.VERSION}}.zip
5151
retention-days: 10
5252
- name: Install NuGet
53-
uses: NuGet/setup-nuget@v1
53+
uses: NuGet/setup-nuget@v2
5454
- name: Publish Myra.MonoGame to MyGet
5555
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
5656
continue-on-error: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: pwsh
3333
run: ./buildBinaryDistribution.ps1 ${{env.VERSION}}
3434
- name: Install NuGet
35-
uses: NuGet/setup-nuget@v1
35+
uses: NuGet/setup-nuget@v2
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
3838
- name: Publish Myra.PlatformAgnostic to MyGet

0 commit comments

Comments
 (0)