mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
feat(ci-cd): Rename app
This commit is contained in:
parent
5d36c0a851
commit
456d787768
10
.github/workflows/release-app-github.yaml
vendored
10
.github/workflows/release-app-github.yaml
vendored
@ -32,8 +32,8 @@ jobs:
|
||||
- name: Build APKs 📱
|
||||
run: ./gradlew assembleRelease
|
||||
|
||||
- name: Build AABs 📱
|
||||
run: ./gradlew bundleRelease
|
||||
- name: Rename APK
|
||||
run: mv app/build/outputs/apk/fdroid/release/app-fdroid-release.apk NumberHub.apk
|
||||
|
||||
- name: Upload APKs 🚀
|
||||
uses: softprops/action-gh-release@v1
|
||||
@ -43,6 +43,12 @@ jobs:
|
||||
with:
|
||||
files: app/build/outputs/apk/fdroid/release/*.apk
|
||||
|
||||
- name: Build AABs 📱
|
||||
run: ./gradlew bundleRelease
|
||||
|
||||
- name: Rename APK
|
||||
run: mv app/build/outputs/bundle/fdroidRelease/release/app-fdroid-release.aab NumberHub.aab
|
||||
|
||||
- name: Upload APKs bundles 🚀
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
Loading…
x
Reference in New Issue
Block a user