mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-07-13 21:19:28 +08:00
excluding aab from building draft
This commit is contained in:
parent
5c7f8caba9
commit
1fcd9cdbef
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
targets: dmg,pkg
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: ${{ inputs.upload-artifact }} || !startsWith(matrix.platform,'android-aab')
|
||||
if: matrix.platform!='android-aab' || ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }}
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user