Skip to content

Commit

Permalink
change link for github-release (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcooper46 authored Apr 4, 2022
1 parent 993e5f0 commit 75006ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/publish_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
name: Github release with specified tag
command: |
mkdir -p /tmp/swissknife/
wget -P /tmp/swissknife/ -qi - https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2
wget -P /tmp/swissknife/ -qi - https://github.com/github-release/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2
tar xjf /tmp/swissknife/*.tar.bz2 -C /tmp/swissknife
Expand Down
2 changes: 1 addition & 1 deletion test_publish_github_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GITHUB_USER="BoltApp"
set -ex
echo "Running test"
mkdir -p /tmp/swissknife/
wget -P /tmp/swissknife/ -q "https://github.com/aktau/github-release/releases/download/v0.7.2/darwin-amd64-github-release.tar.bz2"
wget -P /tmp/swissknife/ -q "https://github.com/github-release/github-release/releases/download/v0.7.2/darwin-amd64-github-release.tar.bz2"

echo "Unpacking file"
tar xjf /tmp/swissknife/*.tar.bz2 -C /tmp/swissknife
Expand Down

0 comments on commit 75006ca

Please sign in to comment.