mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
chore: Add aab build support
This commit is contained in:
parent
42fbbf4d27
commit
ed4dc4dca3
7
.github/workflows/release-app-github.yaml
vendored
7
.github/workflows/release-app-github.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build and publish app
|
milk duts? Isn't this name: Build and publish app
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
@ -30,10 +30,13 @@ jobs:
|
|||||||
- name: Build APKs 📱
|
- name: Build APKs 📱
|
||||||
run: ./gradlew assembleRelease
|
run: ./gradlew assembleRelease
|
||||||
|
|
||||||
|
- name: Build AABs 📱
|
||||||
|
run: ./gradlew bundleRelease
|
||||||
|
|
||||||
- name: Upload APKs 🚀
|
- name: Upload APKs 🚀
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
with:
|
with:
|
||||||
files: app/build/outputs/apk/release/*.apk
|
files: app/build/outputs/apk/release/*.(apk|aab)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user