Skip to content

Commit 503b314

Browse files
committed
actions
1 parent d9ce06d commit 503b314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: 'temurin'
2323

2424
- name: Run build with Gradle wrapper
25-
run: ./gradlew assembleRelease -PIS_SO_BUILD=false
25+
run: ./gradlew assembleRelease
2626

2727
- name: Sign app APK
2828
id: sign_app
@@ -55,5 +55,5 @@ jobs:
5555
with:
5656
upload_url: ${{ steps.create_release.outputs.upload_url }}
5757
asset_path: ${{ steps.sign_app.outputs.signedReleaseFile }}
58-
asset_name: my-tv-${{ github.ref_name }}.apk
58+
asset_name: my-tv-0-${{ github.ref_name }}.apk
5959
asset_content_type: application/vnd.android.package-archive

0 commit comments

Comments
 (0)