From 4bc712f5d06e018247de65b9446665c12e0c7175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 12 Feb 2025 15:22:51 +0100 Subject: [PATCH] WIP: Build & Release --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11264ef..f13af96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: working-directory: WebAPI run: | dotnet build --configuration Release --no-restore - dotnet publish --configuration Release --framework net8.0 --runtime linux-x64 --self-contained false --output ./WebApiBuild + dotnet publish --configuration Release --framework net9.0 --runtime linux-x64 --self-contained false --output ./WebApiBuild - name: Upload artifact uses: actions/upload-artifact@v4 with: