Generate .aab for play store release

This commit is contained in:
SuperDragonXD
2024-08-21 20:45:38 +08:00
committed by GitHub
parent 0e4fdd69d2
commit 7131be330b

View File

@@ -29,7 +29,7 @@ jobs:
echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks
fi
- name: Build release APK
run: ./gradlew assembleLawnWithQuickstepGithubRelease assembleLawnWithQuickstepMarketDebug
run: ./gradlew assembleLawnWithQuickstepGithubRelease bundleLawnWithQuickstepMarketRelease
- name: Upload artifact
uses: actions/upload-artifact@v4
with: