Skip to content

Commit

Permalink
add step to rename APK
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Feb 18, 2024
1 parent 5e3d63c commit e0c4d07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
KEY_PASSWORD: ${{ secrets.key-password }}
BUILD_TYPE: ${{ inputs.build-type }}
if: ${{ env.KEY_PASSWORD != '' }}
- name: Rename APK
run: mv app-unsigned-aligned.apk dev.bluehouse.enablevolte.apk
env:
KEY_PASSWORD: ${{ secrets.key-password }}
if: ${{ env.KEY_PASSWORD == '' }}
- name: Upload APK
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e0c4d07

Please sign in to comment.