Skip to content

Commit

Permalink
ci: fixup gopath
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Sep 16, 2024
1 parent fde08d3 commit 4de9d88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ jobs:
notarize: true
staple: false # we can't staple mach-o binaries; gatekeeper will check it: `spctl -a -vvv -t install couper`
input_path: ${{ github.workspace }}/couper-${{ github.ref_name }}-macos-${{ matrix.goarch }}.zip
- name: Set up Go 1.x
uses: actions/setup-go@v5.0.0
with:
go-version: '1.22'
- name: 'install assets-uploader'
run: go install github.com/wangyoucao577/assets-uploader/...@v0.13.0
- name: 'upload signed binary archive'
Expand Down

0 comments on commit 4de9d88

Please sign in to comment.