Skip to content

Commit

Permalink
Fix macos job name in release script
Browse files Browse the repository at this point in the history
- macos job name is incorrect (missing 'intel' path)
  • Loading branch information
sevanspowell authored and rvl committed Apr 27, 2022
1 parent db871d5 commit 3ee8ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: hydra
with:
hydra: 'https://hydra.iohk.io'
jobs: 'linux.musl.cardano-wallet-linux64 macos.cardano-wallet-macos-intel linux.windows.cardano-wallet-win64'
jobs: 'linux.musl.cardano-wallet-linux64 macos.intel.cardano-wallet-macos-intel linux.windows.cardano-wallet-win64'

- name: '🍒 Fetch release files'
run: |
Expand Down

0 comments on commit 3ee8ca7

Please sign in to comment.