Skip to content

Commit

Permalink
Merge pull request mac and windows action kind fix from gpproton/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gpproton authored Nov 1, 2020
2 parents da3d67b + 001c6b8 commit ed5f4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-dev-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Release
strategy:
matrix:
kind: ['linux-x64', 'linux-arm64', linux-arm', 'windows', 'macOS']
kind: ['linux-x64', 'linux-arm64', 'linux-arm', 'windows-x64', 'macOS-x64']
include:
- kind: linux-x64
os: ubuntu-latest
Expand Down

0 comments on commit ed5f4d4

Please sign in to comment.