Skip to content

Commit

Permalink
Added target platforms for compiling code with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Nov 17, 2024
1 parent 0fb4b09 commit 35b243a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/

0 comments on commit 35b243a

Please sign in to comment.