Skip to content

Commit

Permalink
updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Oct 23, 2024
1 parent d1e9805 commit 11df080
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11df080

Please sign in to comment.