Enable globstar

This commit is contained in:
Damontecres 2026-04-06 17:06:02 -04:00
parent 31465051ff
commit bc5bd2f852
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -81,6 +81,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
shopt -s globstar
gh release delete "${{ env.TAG_NAME }}" --cleanup-tag -y || true

View file

@ -73,6 +73,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
shopt -s globstar
gh release create "${{ env.TAG_NAME }}" \
--latest --title "${{ env.TAG_NAME }}" --verify-tag -n "" --draft \
"app/build/outputs/apk/**/*.apk"