Skip to content

Commit

Permalink
ci: fix wrong arch output for macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Apr 15, 2024
1 parent 0076d5e commit dd7df26
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 @@ -89,6 +89,9 @@ jobs:
with:
go-version: '1.21'

- name: Set GOARCH environment variable
run: echo "GOARCH=${{ matrix.goarch }}" >> $GITHUB_ENV

- name: 'import certificate'
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.MACOS_CERTIFICATE_BASE64 }}
Expand Down

0 comments on commit dd7df26

Please sign in to comment.