Skip to content

Commit b2105ec

Browse files
committed
Fix release workflow
1 parent 278e4aa commit b2105ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Rename signed apk
3232
run: |
3333
cd app/build/outputs/apk/release
34-
mv app-release-unsigned-signed.apk public/assets/apk/vtop_chennai_${{ github.ref_name }}.apk
34+
mv app-release-unsigned-signed.apk vtop_chennai_${{ github.ref_name }}.apk
3535
3636
- name: Upload signed apk
3737
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)