mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Fix glob
This commit is contained in:
parent
563eaa218d
commit
e03c16d249
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -98,4 +98,4 @@ jobs:
|
|||
|
||||
gh release create "${{ env.TAG_NAME }}" \
|
||||
--latest=false --prerelease --title "${{ env.TAG_NAME }}" --target "${{ env.BRANCH_NAME }}" -F ci_release_note.txt \
|
||||
"app/build/outputs/apk/*.apk"
|
||||
"app/build/outputs/apk/**/*.apk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue