Skip to content

Commit 0bd21cb

Browse files
Fastlane: apk without name
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent e66379a commit 0bd21cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ desc "Create Generic release"
121121
lane :createGenericRelease do |options|
122122
SignedRelease(flavor:"Generic")
123123
sh("mv ../app/build/outputs/apk/generic/release/*.apk ../release/")
124-
sh("mv ../release/generic-release-#{options[:versionCode]}.apk ../release/nextcloud-#{options[:versionCode]}.apk")
124+
sh("mv ../release/app-generic-release.apk ../release/nextcloud-#{options[:versionCode]}.apk")
125125
end
126126

127127
desc "Create Huawei release"

0 commit comments

Comments
 (0)