Skip to content

Commit

Permalink
use brr'd brr now
Browse files Browse the repository at this point in the history
  • Loading branch information
kcking committed Sep 24, 2021
1 parent 40b25a5 commit 7e0db0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- name: Download brr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: 0.0.3
TAG: 0.0.4
run: |
CURL="curl -s -H 'Authorization: Bearer ${GITHUB_TOKEN}' \
https://api.github.com/repos/buildrecall/brr/releases"; \
ASSET_ID=$(eval "$CURL/tags/$TAG" | jq .assets[0].id); \
eval "$CURL/assets/$ASSET_ID -LJOH 'Accept: application/octet-stream'"
sudo mv brr-$TAG-x86_64-unknown-linux-gnu /usr/bin/brr
sudo mv brr-$TAG-x86_64-unknown-linux-musl /usr/bin/brr
sudo chmod +x /usr/bin/brr
brr
Expand Down

0 comments on commit 7e0db0c

Please sign in to comment.