From 11df0806cc857f9652c389cf3700c10712fe6fee Mon Sep 17 00:00:00 2001 From: Phillip Smith <35803538+TimeTravelPenguin@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:22:23 +1100 Subject: [PATCH] updated action --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7215a69..3776b81 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,16 +8,16 @@ jobs: name: pack & publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup dotnet - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 5.0.x + global-json-file: csharp/global.json - name: publish on version change id: publish_nuget - uses: rohith/publish-nuget@v2 + uses: Rebel028/publish-nuget@v2 with: # Filepath of the project to be packaged, relative to root of repository PROJECT_FILE_PATH: MupenSharp/MupenSharp/MupenSharp.csproj