mirror of
https://github.com/bitwarden/android.git
synced 2025-02-22 08:39:01 +03:00
[PM-15176] chore(ci): Fix fastlane build artifacts names and filepaths (#4458)
This commit is contained in:
parent
1aec94ee7d
commit
9f5e97b8c9
1 changed files with 5 additions and 5 deletions
|
@ -187,7 +187,7 @@ platform :android do
|
|||
firebase_app_distribution(
|
||||
app: "1:64530857057:android:f8d67b786db1b844",
|
||||
android_artifact_type: "APK",
|
||||
android_artifact_path: "app/build/outputs/apk/standard/release/com.x8bit.bitwarden-standard-release.apk",
|
||||
android_artifact_path: "app/build/outputs/apk/standard/release/com.x8bit.bitwarden.apk",
|
||||
service_credentials_file: options[:service_credentials_file],
|
||||
groups: "internal-prod-group, livefront",
|
||||
release_notes: "#{releaseNotes}",
|
||||
|
@ -203,7 +203,7 @@ platform :android do
|
|||
firebase_app_distribution(
|
||||
app: "1:64530857057:android:54c1ae56b269b959887e20",
|
||||
android_artifact_type: "APK",
|
||||
android_artifact_path: "app/build/outputs/apk/standard/beta/com.x8bit.bitwarden-standard-beta.apk",
|
||||
android_artifact_path: "app/build/outputs/apk/standard/beta/com.x8bit.bitwarden.beta.apk",
|
||||
service_credentials_file: options[:service_credentials_file],
|
||||
groups: "internal-prod-group, livefront",
|
||||
release_notes: "#{releaseNotes}",
|
||||
|
@ -219,7 +219,7 @@ platform :android do
|
|||
firebase_app_distribution(
|
||||
app: "1:439897860529:android:b143708734b99c0e3fb590",
|
||||
android_artifact_type: "APK",
|
||||
android_artifact_path: "app/build/outputs/apk/fdroid/release/com.x8bit.bitwarden-fdroid-release.apk",
|
||||
android_artifact_path: "app/build/outputs/apk/fdroid/release/com.x8bit.bitwarden-fdroid.apk",
|
||||
service_credentials_file: options[:service_credentials_file],
|
||||
groups: "internal-prod-group, livefront",
|
||||
release_notes: "#{releaseNotes}"
|
||||
|
@ -233,7 +233,7 @@ platform :android do
|
|||
track: "internal",
|
||||
release_status: "completed",
|
||||
rollout: "1",
|
||||
aab: "app/build/outputs/bundle/standardBeta/com.x8bit.bitwarden-standard-beta.aab",
|
||||
aab: "app/build/outputs/bundle/standardBeta/com.x8bit.bitwarden.beta.aab",
|
||||
)
|
||||
end
|
||||
|
||||
|
@ -244,7 +244,7 @@ platform :android do
|
|||
track: "internal",
|
||||
release_status: "completed",
|
||||
rollout: "1",
|
||||
aab: "app/build/outputs/bundle/standardRelease/com.x8bit.bitwarden-standard-release.aab",
|
||||
aab: "app/build/outputs/bundle/standardRelease/com.x8bit.bitwarden.aab",
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue