Skip to content

Commit a61cd1e

Browse files
committed
ci: tar fix
1 parent 5dd3f92 commit a61cd1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create-binaries.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
id: generate_log
2020
run: |
2121
curl -s https://api.github.com/repos/barelyhuman/commitlog/releases/latest \
22-
grep browser_download_url \
23-
grep linux-amd64 \
24-
cut -d '"' -f 4 \
25-
wget -qi -
22+
| grep browser_download_url \
23+
| grep linux-amd64 \
24+
| cut -d '"' -f 4 \
25+
| wget -qi -
2626
tar -xvzf commitlog-linux-amd64.tar.gz
2727
chmod +x commitlog
2828
export CHANGELOG="$(./commitlog .)"

0 commit comments

Comments
 (0)