Skip to content

Commit

Permalink
Update workflow to install coreutils on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmello committed Dec 4, 2023
1 parent 762853e commit 2a4318f
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 @@ -82,7 +82,7 @@ jobs:
destination: ${{ secrets.GCP_BUCKET }}/${{ github.ref_name }}/

- name: Install coreutils
if: ${{ matrix.outname_sufix == 'mac-amd64' }} || ${{ matrix.outname_sufix == 'mac-arm64' }}
if: ${{ matrix.os == 'macos-latest' }}
run: brew install coreutils

- name: Calculate the hashsum of the zip file
Expand Down

0 comments on commit 2a4318f

Please sign in to comment.