Skip to content

Commit 22f8856

Browse files
committed
fix(ci): add nullglob to release binary download loop
1 parent 184cb7a commit 22f8856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ jobs:
405405
echo "HAS_PREV=true" >> "$GITHUB_ENV"
406406
echo "Previous release: ${PREV_TAG}"
407407
408+
shopt -s nullglob
408409
mkdir -p old-binaries
409410
for gz in new-binaries/*.gz; do
410411
name=$(basename "${gz%.gz}")

0 commit comments

Comments
 (0)