Update workflow

API14
This commit is contained in:
2025-12-18 17:01:42 +00:00
parent 75f88d5104
commit 374fc03ce9
5 changed files with 20 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ on:
env:
PLUGIN_NAME: ClubPenguinSync
DOTNET_VERSION: 9.x
DOTNET_VERSION: 10.x
jobs:
build-and-update-repo:
@@ -22,10 +22,10 @@ jobs:
fetch-depth: 0
submodules: true
- name: Setup .NET 9 SDK
- name: Setup .NET 10 SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x
dotnet-version: 10.x
- name: Download Dalamud
run: |