Skip to content

Commit

Permalink
fix: include dotnet variable in each matrix (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabynevada authored Jun 20, 2023
1 parent f8dece6 commit 43a64b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
include:
- os: windows-latest
runtime: win-x64
dotnet: '8.x'
- os: ubuntu-latest
runtime: linux-x64
dotnet: '8.x'
- os: macos-latest
runtime: osx-x64
dotnet: ['8.x']
dotnet: '8.x'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 43a64b7

Please sign in to comment.