From 35b243a566dacc07b16e4ae853c2cdb7e0dcc090 Mon Sep 17 00:00:00 2001 From: Florian Trayon <26360935+FlorianLeChat@users.noreply.github.com> Date: Sun, 17 Nov 2024 12:54:28 +0100 Subject: [PATCH] Added target platforms for compiling code with GitHub Actions --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ccfa9a9..0a0e8d5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -13,7 +13,7 @@ jobs: runs-on: windows-latest strategy: matrix: - framework: [ "net8.0", "net9.0" ] + framework: [ "net8.0-windows10.0.22621.0", "net9.0-windows10.0.22621.0" ] fail-fast: false steps: - name: Checkout code @@ -38,5 +38,5 @@ jobs: with: name: windows-builds-${{ matrix.framework }} path: | - ${{ github.workspace }}/src/bin/Release/${{ matrix.framework }}-windows10.0.22000.0/win-x64/publish/ - ${{ github.workspace }}/src/bin/Release/${{ matrix.framework }}-windows10.0.22000.0/win-arm64/publish/ + ${{ github.workspace }}/src/bin/Release/${{ matrix.framework }}/win-x64/publish/ + ${{ github.workspace }}/src/bin/Release/${{ matrix.framework }}/win-arm64/publish/