Skip to content

Commit

Permalink
fix(ci): correct APK file path in build_release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyGogin31 committed Dec 6, 2024
1 parent a2edad1 commit 1750451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.inputs.tagname }}
draft: true
file: app-android/build/outputs/apk/release/app-release.apk
file: app-android/build/outputs/apk/release/app-android-release.apk
asset_name: PixivCompose-${{ github.event.inputs.tagname }}.apk

0 comments on commit 1750451

Please sign in to comment.