From 05770d9a5be25b8ff0ec78c054a283d1de9ea58f Mon Sep 17 00:00:00 2001 From: defnotken Date: Fri, 19 Dec 2025 10:25:29 -0600 Subject: [PATCH] update workflow --- .gitea/workflows/lightless-tag-and-release.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/lightless-tag-and-release.yml b/.gitea/workflows/lightless-tag-and-release.yml index 754bcbc..a91d953 100644 --- a/.gitea/workflows/lightless-tag-and-release.yml +++ b/.gitea/workflows/lightless-tag-and-release.yml @@ -6,7 +6,9 @@ on: env: PLUGIN_NAME: LightlessSync - DOTNET_VERSION: 10.x.x + DOTNET_VERSION: | + 10.x.x + 9.x.x jobs: tag-and-release: @@ -19,12 +21,14 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 - submodules: true + submodules: recursive - name: Setup .NET 10 SDK uses: actions/setup-dotnet@v5 with: - dotnet-version: 10.x.x + dotnet-version: | + 10.x.x + 9.x.x - name: Download Dalamud run: |