Skip to content

Commit

Permalink
Fix broken release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Nov 18, 2021
1 parent 8a5e769 commit d0f424d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ jobs:
curl -L -o "$HOME/bin/submark" \
https://github.com/dahlia/submark/releases/download/0.2.0/submark-linux-x86_64
chmod +x "$HOME/bin/submark"
curl -L -o /tmp/github-release.tar.bz2 \
https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2
tar xvfj /tmp/github-release.tar.bz2 -C /tmp
mv /tmp/bin/linux/amd64/github-release $HOME/bin
curl -L -o $HOME/bin/github-release.bz2 \
https://github.com/github-release/github-release/releases/download/v0.10.0/linux-amd64-github-release.bz2
bzip2 -d $HOME/bin/github-release.bz2
chmod +x $HOME/bin/github-release
version="${GITHUB_REF:10}"
github_user="${GITHUB_REPOSITORY%/*}"
Expand Down

0 comments on commit d0f424d

Please sign in to comment.