mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Generate aab's only for builds on master branch
This commit is contained in:
parent
4dc521743c
commit
0e1d5274ba
2
.github/workflows/github.yml
vendored
2
.github/workflows/github.yml
vendored
@ -290,7 +290,7 @@ jobs:
|
||||
${{ env.ANDROID_APK_PATH }}
|
||||
|
||||
- name: Android aab artifacts
|
||||
if: ${{ startsWith(matrix.platform, 'android') }}
|
||||
if: ${{ startsWith(matrix.platform, 'android') && github.ref == 'refs/heads/master' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} - aab
|
||||
|
Loading…
Reference in New Issue
Block a user