Skip to content

Commit 54530c8

Browse files
committed
Fix build
1 parent 4bb506c commit 54530c8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
# Duplicate APK(s) Release to zip file and extract
7474
- name: Duplicate APK(s) Release to zip file and extract
7575
run: |
76+
rm keystore.jks
7677
cd ${{ env.main_project_module }}/build/outputs/apk/release/
7778
unzip -p ${{ env.repository_name }}.apks universal.apk > ${{ env.repository_name }}.apk
7879
- name: Upload APK Release - ${{ env.repository_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
# Duplicate APK(s) Release to zip file and extract
7575
- name: Duplicate APK(s) Release to zip file and extract
7676
run: |
77+
rm keystore.jks
7778
cd ${{ env.main_project_module }}/build/outputs/apk/release/
7879
unzip -p ${{ env.repository_name }}.apks universal.apk > ${{ env.repository_name }}.apk
7980
# Noted For Output [main_project_module]/build/outputs/apk/release/

0 commit comments

Comments
 (0)