Commit ·
0fdd451
1
Parent(s): bc929dd
feature(#192): update release ci
Browse files
.github/workflows/release_ci.yml
CHANGED
|
@@ -167,7 +167,7 @@ jobs:
|
|
| 167 |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
| 168 |
with:
|
| 169 |
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
| 170 |
-
asset_path: android-debug/
|
| 171 |
asset_name: app-release-unsigned.apk
|
| 172 |
asset_content_type: application/vnd.android.package-archive
|
| 173 |
|
|
|
|
| 167 |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
| 168 |
with:
|
| 169 |
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
| 170 |
+
asset_path: android-debug/app-debug.apk # Update this with the correct APK path
|
| 171 |
asset_name: app-release-unsigned.apk
|
| 172 |
asset_content_type: application/vnd.android.package-archive
|
| 173 |
|