1
0
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:
Ivan Savenko 2024-08-29 19:04:58 +00:00
parent 4dc521743c
commit 0e1d5274ba

View File

@ -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