Skip to content

Commit e738478

Browse files
ci: fixed the apk upload error (#9)
1 parent 4e5bc6b commit e738478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ jobs:
420420
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
421421
with:
422422
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
423-
asset_path: ${{ steps.sign_apk.outputs.signedReleaseFile }}
423+
asset_path: ${{ steps.sign_apk.outputs.signedFile }}
424424
asset_name: alvr_client_android.apk
425425
asset_content_type: application/vnd.android.package-archive
426426
- name: Upload client library

0 commit comments

Comments
 (0)