Skip to content

Commit

Permalink
Fix release GA
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Jan 6, 2020
1 parent e329d61 commit 5b59f98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# This should work with only the `include`s but it currently doesn't because of this bug:
# https://github.community/t5/How-to-use-Git-and-GitHub/GitHub-Actions-Matrix-options-dont-work-as-documented/td-p/29558
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
artifact_name: maple
Expand Down

0 comments on commit 5b59f98

Please sign in to comment.