Skip to content

Commit

Permalink
Merge pull request #13 from tim0-12432/improvements
Browse files Browse the repository at this point in the history
adjust upload path
  • Loading branch information
tim0-12432 authored Aug 8, 2022
2 parents 1ec79c8 + b2eb772 commit eea72f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_path: ./app/build/outputs/apk/release/*.apk
asset_path: ./app/build/outputs/apk/release/**
asset_name: f1scheduleapp-v${{ steps.appVersion.outputs.version }}.apk
asset_content_type: application/apk
upload_url: ${{ steps.release.outputs.upload_url }}

0 comments on commit eea72f7

Please sign in to comment.