Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 1750451

Browse files
committed
fix(ci): correct APK file path in build_release workflow
1 parent a2edad1 commit 1750451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
repo_token: ${{ secrets.GITHUB_TOKEN }}
6767
tag: ${{ github.event.inputs.tagname }}
6868
draft: true
69-
file: app-android/build/outputs/apk/release/app-release.apk
69+
file: app-android/build/outputs/apk/release/app-android-release.apk
7070
asset_name: PixivCompose-${{ github.event.inputs.tagname }}.apk

0 commit comments

Comments
 (0)