Skip to content

Commit c466c84

Browse files
author
Rajat
committed
fix(cd): add retry to release binary download
1 parent b64da6e commit c466c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- name: Download arm64 binary from release
9696
run: |
97-
curl -sfL -o goperf-linux-arm64 \
97+
curl -sfL --retry 3 --retry-delay 5 -o goperf-linux-arm64 \
9898
"https://github.com/${{ github.repository }}/releases/download/v${{ needs.version.outputs.version }}/goperf-linux-arm64"
9999
100100
- name: Verify download

0 commit comments

Comments
 (0)