mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Add channel flavor for publishing variant for Google Play (#3861)
* Add channel flavor for publishing variant for Google Play * Remove unused variants * Build both on CI * Tweak * Fix conflicts * Copy json into variant folder * Rename foss to github * Rename apk * `ci.py` - Allow multiple files to be sent * Fix `ci.py` --------- Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -52,12 +52,12 @@ jobs:
|
||||
echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks
|
||||
fi
|
||||
- name: Build debug APK
|
||||
run: ./gradlew assembleLawnWithQuickstepDebug
|
||||
run: ./gradlew assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepMarketDebug
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Debug APK
|
||||
path: build/outputs/apk/lawnWithQuickstep/debug/*.apk
|
||||
path: build/outputs/apk/**/*.apk
|
||||
|
||||
check-style:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
2
.github/workflows/release_update.yml
vendored
2
.github/workflows/release_update.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
with:
|
||||
gradle-home-cache-cleanup: true
|
||||
- name: Build release APK
|
||||
run: ./gradlew assembleLawnWithQuickstepRelease
|
||||
run: ./gradlew assembleLawnWithQuickstepMarketRelease
|
||||
- name: Write sign info
|
||||
if: github.repository_owner == 'LawnchairLauncher'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user