We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b7a77 commit 47d20c7Copy full SHA for 47d20c7
.github/workflows/deploy.yml
@@ -48,4 +48,6 @@ jobs:
48
GH_TOKEN: ${{ github.token }}
49
GH_REPO: ${{ github.repository }}
50
shell: bash
51
- run: gh release upload "${{ needs.release.outputs.tag }}" bindists/*.{tar.gz,zip}
+ run: |
52
+ shopt -s nullglob
53
+ gh release upload "${{ needs.release.outputs.tag }}" bindists/*.{tar.gz,zip}
0 commit comments