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:
@@ -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: |
|
||||||
|
|||||||
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