Skip to content

Commit 3009e74

Browse files
author
ashjones-replicated
committed
oops
1 parent 42aedbd commit 3009e74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-web.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
VERSION=$(curl -fs https://api.github.com/repos/replicatedhq/replicated/releases/latest \
7979
| grep '"tag_name"' | cut -d'"' -f4)
8080
curl -fsSL "https://github.com/replicatedhq/replicated/releases/download/${VERSION}/replicated_${VERSION#v}_linux_amd64.tar.gz" \
81-
| tar xz replicated
82-
sudo mv replicated /usr/local/bin/
81+
| tar xz -C /tmp replicated
82+
sudo mv /tmp/replicated /usr/local/bin/
8383
8484
- name: Package release artifacts
8585
run: ./replicated/prepare.sh

0 commit comments

Comments
 (0)