Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp authored Jan 10, 2021
1 parent ec4a88a commit c073cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./build/alvr_client_oclulus_go.apk
asset_name: alvr_client_oclulus_go.apk
asset_path: ./build/alvr_client_oculus_go.apk
asset_name: alvr_client_oculus_go.apk
asset_content_type: application/vnd.android.package-archive

0 comments on commit c073cf3

Please sign in to comment.