mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Fix globstar quoting
This commit is contained in:
parent
bc5bd2f852
commit
ac13ce5713
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -99,4 +99,4 @@ jobs:
|
|||
|
||||
gh release create "${{ env.TAG_NAME }}" \
|
||||
--latest=false --prerelease --title "${{ env.VERSION_NAME }}" --target "${{ env.BRANCH_NAME }}" -F ci_release_note.txt \
|
||||
"app/build/outputs/apk/**/*.apk"
|
||||
app/build/outputs/apk/**/*.apk
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -77,4 +77,4 @@ jobs:
|
|||
|
||||
gh release create "${{ env.TAG_NAME }}" \
|
||||
--latest --title "${{ env.TAG_NAME }}" --verify-tag -n "" --draft \
|
||||
"app/build/outputs/apk/**/*.apk"
|
||||
app/build/outputs/apk/**/*.apk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue