Skip to content

Commit 47d20c7

Browse files
committed
Set nullglob in deploy script
1 parent 65b7a77 commit 47d20c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ jobs:
4848
GH_TOKEN: ${{ github.token }}
4949
GH_REPO: ${{ github.repository }}
5050
shell: bash
51-
run: gh release upload "${{ needs.release.outputs.tag }}" bindists/*.{tar.gz,zip}
51+
run: |
52+
shopt -s nullglob
53+
gh release upload "${{ needs.release.outputs.tag }}" bindists/*.{tar.gz,zip}

0 commit comments

Comments
 (0)