Skip to content

Commit

Permalink
install gox
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Mar 26, 2020
1 parent fa592c9 commit fb6910b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:

- name: setup tools
run: |
mkdir ~/bin
curl -sL https:/Songmu/goxz/releases/download/v0.4.1/goxz_v0.4.1_linux_amd64.tar.gz | tar zxvf - && install goxz_v0.4.1_linux_amd64/goxz ~/bin/
curl -sL https:/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz | tar zxvf - && install ghr_v0.13.0_linux_amd64/ghr ~/bin/
go get -v github.com/mitchellh/[email protected]
curl -sL https:/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz | tar zxvf - && install ghr_v0.13.0_linux_amd64/ghr ~/go/bin/
- name: dist
run: PATH=~/bin:$PATH make dist
run: PATH=~/go/bin:$PATH make dist
env:
CGO_ENABLED: 0

Expand Down

0 comments on commit fb6910b

Please sign in to comment.