Skip to content

Commit 579d326

Browse files
fix: glob expansion (runfinch#1568)
Signed-off-by: Shubhranshu Mahapatra <[email protected]>
1 parent a1e5388 commit 579d326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- name: Clean macOS runner workspace
4747
run: |
48-
rm -rf ${{ github.workspace }}/*
48+
setopt NULL_GLOB && rm -rf ${{ github.workspace }}/*
4949
shell: zsh {0}
5050
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5151
with:

0 commit comments

Comments
 (0)