From 87f12910b702a76cee3f8f87e4ff6e862e9c87dd Mon Sep 17 00:00:00 2001 From: Seji Date: Wed, 17 Apr 2024 11:14:35 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1745f04..6dea827 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: git describe --tags --abbrev=0 - name: Setup dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0.x' @@ -47,7 +47,7 @@ jobs: tag=$(git describe --tags --abbrev=0) release_name="LAPS-WebUI-$tag-${{ matrix.target }}" # Build everything - dotnet publish src/LAPS-WebUI.csproj --self-contained --framework net7.0 --runtime "${{ matrix.target }}" -c Release -o "$release_name" + dotnet publish src/LAPS-WebUI.csproj --self-contained --framework net8.0 --runtime "${{ matrix.target }}" -c Release -o "$release_name" # Pack files if [ "${{ matrix.target }}" == "win-x64" ]; then # Pack to zip for Windows