Update release.yml

This commit is contained in:
Vijay Soni
2025-07-09 23:49:39 +05:30
committed by GitHub
parent c7c0c363d5
commit ad7a4c6855
+5 -1
View File
@@ -1,4 +1,4 @@
name: Release APK
name: Release
on:
workflow_dispatch:
@@ -25,6 +25,10 @@ jobs:
- name: Build APK
run: ./gradlew assembleRelease
- name: Rename APK
run: |
mv app/build/outputs/apk/release/app-release-unsigned.apk app/build/outputs/apk/release/bitchat.apk
- name: DEBUG
run: |