Skip to content

Commit

Permalink
tar z
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Oct 25, 2019
1 parent a0145e0 commit 46615c1
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 @@ -22,7 +22,7 @@ jobs:
- name: setup tools
run: |
mkdir ~/bin
curl -sL https://github.com/Songmu/goxz/releases/download/v0.4.1/goxz_v0.4.1_linux_amd64.tar.gz | tar xvf - && install goxz_v0.4.1_linux_amd64/goxz ~/bin/
curl -sL https://github.com/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/
- name: dist
run: PATH=~/bin:$PATH make dist
Expand Down

0 comments on commit 46615c1

Please sign in to comment.