Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay7178 committed Jul 30, 2024
2 parents 723caba + b8c3337 commit 709df83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/android.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Rename signed apk
run: |
cd app/build/outputs/apk/release
mv app-release-unsigned-signed.apk vtop_chennai_${{ github.ref_name }}.apk
mv app-release-unsigned-signed.apk vtop_ap_${{ github.ref_name }}.apk
- name: Upload signed apk
uses: softprops/action-gh-release@v1
with:
files: app/build/outputs/apk/release/vtop_chennai_${{ github.ref_name }}.apk
files: app/build/outputs/apk/release/vtop_ap_${{ github.ref_name }}.apk

0 comments on commit 709df83

Please sign in to comment.