excluding aab from building draft
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user