Skip to content

Commit

Permalink
ci: 🎨 no brace glob
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass authored Jul 30, 2023
1 parent a22fd01 commit bbfcb62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ jobs:
shell: bash
run: |
mkdir -p wheels
unzip -j ${{ env.archive_name }}.zip "**/*.{whl,txt}" -d wheels
unzip -j ${{ env.archive_name }}.zip "**/*.whl" -d wheels
unzip -j ${{ env.archive_name }}.zip "**/*.txt" -d wheels
if: success()
- name: ✅ Add wheels to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit bbfcb62

Please sign in to comment.