mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Generate .aab for play store release
This commit is contained in:
2
.github/workflows/build_release_apk.yml
vendored
2
.github/workflows/build_release_apk.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user