mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
fix(ci-cd): Improve releasing
This commit is contained in:
parent
acc5d36d17
commit
2f1d3a3084
2
.github/workflows/release-app-github.yaml
vendored
2
.github/workflows/release-app-github.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build and publish app
|
||||
name: Build and publish app (F-Droid variant)
|
||||
|
||||
on:
|
||||
release:
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Build and publish app to Google Play
|
||||
name: Build and publish app to Google Play (Google Play variant)
|
||||
|
||||
on:
|
||||
release:
|
||||
@ -32,12 +32,15 @@ jobs:
|
||||
- name: Build Bundles 📱
|
||||
run: ./gradlew bundleRelease
|
||||
|
||||
- name: Rename APK
|
||||
run: mv app/build/outputs/bundle/playStoreRelease/app-playStore-release.aab NumberHub.aab
|
||||
|
||||
- name: Upload Bundles 🚀
|
||||
uses: r0adkll/upload-google-play@v1
|
||||
with:
|
||||
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_STORE_SERVICE_ACCOUNT }}
|
||||
packageName: app.myzel394.numberhub
|
||||
releaseFiles: app/build/outputs/bundle/release/app-release.aab
|
||||
releaseFiles: NumberHub.aab
|
||||
track: production
|
||||
status: inProgress
|
||||
userFraction: 0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user