update workflow
This commit is contained in:
@@ -6,7 +6,9 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
PLUGIN_NAME: LightlessSync
|
PLUGIN_NAME: LightlessSync
|
||||||
DOTNET_VERSION: 10.x.x
|
DOTNET_VERSION: |
|
||||||
|
10.x.x
|
||||||
|
9.x.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tag-and-release:
|
tag-and-release:
|
||||||
@@ -19,12 +21,14 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: recursive
|
||||||
|
|
||||||
- name: Setup .NET 10 SDK
|
- name: Setup .NET 10 SDK
|
||||||
uses: actions/setup-dotnet@v5
|
uses: actions/setup-dotnet@v5
|
||||||
with:
|
with:
|
||||||
dotnet-version: 10.x.x
|
dotnet-version: |
|
||||||
|
10.x.x
|
||||||
|
9.x.x
|
||||||
|
|
||||||
- name: Download Dalamud
|
- name: Download Dalamud
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user