Skip to content

Commit

Permalink
Update deploy glob
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jul 29, 2024
1 parent 98f67da commit 7c71b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
shell: bash
run: gh release upload "${{ needs.release.outputs.tag }}" bindists/*
run: gh release upload "${{ needs.release.outputs.tag }}" bindists/*.{tar.gz,zip}

0 comments on commit 7c71b4d

Please sign in to comment.