Skip to content

Commit b865f08

Browse files
authored
Fix release publish (#426)
1 parent 8150971 commit b865f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ platform :android do
2020
name: ENV['VERSION_TAG'],
2121
tag_name: ENV['VERSION_TAG'],
2222
is_generate_release_notes: true,
23-
upload_assets: ["app/build/outputs/apk/release/app-release.apk"]
23+
upload_assets: ["composeApp/build/outputs/apk/release/composeApp-release.apk"]
2424
)
2525
end
2626

0 commit comments

Comments
 (0)