We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5bc6b commit e738478Copy full SHA for e738478
.github/workflows/nightly-release.yml
@@ -420,7 +420,7 @@ jobs:
420
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
421
with:
422
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
423
- asset_path: ${{ steps.sign_apk.outputs.signedReleaseFile }}
+ asset_path: ${{ steps.sign_apk.outputs.signedFile }}
424
asset_name: alvr_client_android.apk
425
asset_content_type: application/vnd.android.package-archive
426
- name: Upload client library
0 commit comments