From 63f8fb8681a305ba278a6f7686ddad22c815661a Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 25 Jun 2026 09:56:23 +0200 Subject: [PATCH] update build action --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 71de80d..7c5299c 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -31,7 +31,7 @@ jobs: echo "ALPINE_VERSION=3.23" >> $GITHUB_OUTPUT ;; 9.0-alpine-22) - echo "DOTNET_SDK_VERSION=9.0.312" >> $GITHUB_OUTPUT + echo "DOTNET_SDK_VERSION=9.0" >> $GITHUB_OUTPUT echo "DOTNET_RUNTIME_VERSION=9.0" >> $GITHUB_OUTPUT echo "ALPINE_VERSION=3.22" >> $GITHUB_OUTPUT ;;