Skip to content

Commit

Permalink
Update android-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtrotdev committed Dec 3, 2024
1 parent 9f2a763 commit fefdd23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: '${{ steps.create_release.outputs.upload_url }}'
asset_path: app/build/outputs/apk/release/${{ github.event.repository.name }}.apk
asset_name: '${{ github.ref_name }}.apk'
asset_name: '${{ github.event.repository.name }}.apk'
asset_content_type: application/zip

0 comments on commit fefdd23

Please sign in to comment.