Skip to content

Commit b450088

Browse files
committed
fix(ci): add nullglob to prevent glob literal on empty patches dir
1 parent 0469392 commit b450088

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
@@ -541,6 +541,7 @@ jobs:
541541
REPO="ghcr.io/getsentry/cli"
542542
543543
# Compute SHA-256 annotations from new binaries and collect patch files
544+
shopt -s nullglob
544545
ANNOTATIONS=""
545546
PATCH_FILES=""
546547
for patch_file in patches/*.patch; do

0 commit comments

Comments
 (0)