2.0.0 #92
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
env:
|
||||
PLUGIN_NAME: LightlessSync
|
||||
DOTNET_VERSION: 9.x
|
||||
DOTNET_VERSION: 10.x.x
|
||||
|
||||
jobs:
|
||||
tag-and-release:
|
||||
@@ -16,15 +16,15 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout Lightless
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
- name: Setup .NET 9 SDK
|
||||
uses: actions/setup-dotnet@v4
|
||||
- name: Setup .NET 10 SDK
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: 9.x
|
||||
dotnet-version: 10.x.x
|
||||
|
||||
- name: Download Dalamud
|
||||
run: |
|
||||
|
||||
2
OtterGui
2
OtterGui
Submodule OtterGui updated: 6f3236453b...ff1e654384
Submodule Penumbra.Api updated: e4934ccca0...1750c41b53
Submodule Penumbra.GameData updated: 2ff50e68f7...0e973ed6ea
Submodule Penumbra.String updated: 0315144ab5...9bd016fbef
Reference in New Issue
Block a user