Skip to content

Commit 793c246

Browse files
committed
fix(ci): use bash shell for hole-punch glob expansion on Windows
1 parent 00d039e commit 793c246

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
@@ -184,6 +184,7 @@ jobs:
184184
SENTRY_CLIENT_ID: ${{ vars.SENTRY_CLIENT_ID }}
185185
run: bun run build --target ${{ matrix.target }}
186186
- name: Hole-punch binary (reduce compressed size)
187+
shell: bash
187188
run: bun run hole-punch dist-bin/sentry-*
188189
- name: Smoke test
189190
if: matrix.can-test

0 commit comments

Comments
 (0)