Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spamwax committed Jul 18, 2022
1 parent 515512b commit fbfe257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
gh_release:
name: Release rmate
runs-on: ubuntu-latest
needs: [x86_64-linux, i686-linux, aarch64-linux, armv7-linux, macos]
needs: [x86_64-linux, i686-linux, aarch64-linux, armv7-linux, x86_64-macos, aarch64-macos, x86_64-illumos]
steps:
- uses: actions/download-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
RELEASE_COMMIT: ${{ github.ref_type == 'tag' }}

jobs:
build_binary:
build:
name: rust-${{ matrix.rust }} (${{ inputs.build_type }})
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
RELEASE_COMMIT: ${{ github.ref_type == 'tag' }}

jobs:
build_binary:
build:
name: rust-${{ matrix.rust }} (${{ inputs.build_type }})
strategy:
matrix:
Expand Down

0 comments on commit fbfe257

Please sign in to comment.