Merge pull request 'Update refs and workflow' (#97) from update-refs-and-workflow into 2.0.0

Reviewed-on: #97
This commit was merged in pull request #97.
This commit is contained in:
2025-12-19 14:14:48 +00:00
5 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ on:
env: env:
PLUGIN_NAME: LightlessSync PLUGIN_NAME: LightlessSync
DOTNET_VERSION: 9.x DOTNET_VERSION: 10.x.x
jobs: jobs:
tag-and-release: tag-and-release:
@@ -16,15 +16,15 @@ jobs:
steps: steps:
- name: Checkout Lightless - name: Checkout Lightless
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: true submodules: true
- name: Setup .NET 9 SDK - name: Setup .NET 10 SDK
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v5
with: with:
dotnet-version: 9.x dotnet-version: 10.x.x
- name: Download Dalamud - name: Download Dalamud
run: | run: |