Skip to content

Commit 3575886

Browse files
Merge pull request #17216 from nextcloud/fixFastlane
Fastlane: apk without version
2 parents e66379a + 0bd21cb commit 3575886

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)