Skip to content

Commit

Permalink
Merge branch 'action-fix-net9'
Browse files Browse the repository at this point in the history
  • Loading branch information
perchbirdd committed Nov 22, 2024
2 parents 4a04c6a + 5319ef3 commit 31b738b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.x.x'
dotnet-version: '9.x.x'
- name: Restore dependencies
run: dotnet restore
- name: Download Dalamud
Expand All @@ -23,7 +23,7 @@ jobs:
Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev"
- name: Build
run: |
dotnet build --no-restore --configuration Release --nologo --project ResLogger2.Plugin/ResLogger2.Plugin.csproj
dotnet build --no-restore --configuration Release --nologo
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 31b738b

Please sign in to comment.