-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAndroid-Resign-v2.yaml
More file actions
37 lines (37 loc) · 1.35 KB
/
Android-Resign-v2.yaml
File metadata and controls
37 lines (37 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
directories:
- AC_SOURCE
- AC_OUTPUT_DIR
steps:
- componentType: appcircle_android_resign
componentVersion: 1.1.*
stepName: Android Re-Sign v2 (auto-sign)
webUrl: 'https://github.com/appcircleio/appcircle-android-resign-component'
repoUrl: 'https://github.com/appcircleio/appcircle-android-resign-component.git'
commit: bed52df
enabled: true
onError: $exit
alwaysRun: false
inputs:
- AC_RESIGN_APK_URL: $ResignFileUrl
- AC_RESIGN_FILENAME: $ResignFileName
- AC_RESIGN_TARGETS: $Targets
- AC_ANDROID_KEYSTORE_PATH: $AC_ANDROID_KEYSTORE_PATH
- AC_ANDROID_KEYSTORE_PASSWORD: $AC_ANDROID_KEYSTORE_PASSWORD
- AC_ANDROID_ALIAS: $AC_ANDROID_ALIAS
- AC_ANDROID_ALIAS_PASSWORD: $AC_ANDROID_ALIAS_PASSWORD
- AC_CONVERT_AAB_TO_APK: $AC_CONVERT_AAB_TO_APK
- AC_BUNDLETOOL_VERSION: latest
outputs:
- AC_SIGNED_APK_PATH: AC_SIGNED_APK_PATH
- AC_SIGNED_AAB_PATH: AC_SIGNED_AAB_PATH
- componentType: appcircle_export_build_artifacts
componentVersion: 1.0.*
stepName: Export Build Artifacts
alwaysRun: true
enabled: true
onError: $exit
webUrl: 'https://github.com/appcircleio/appcircle-export-build-artifacts'
repoUrl: 'https://github.com/appcircleio/appcircle-export-build-artifacts.git'
commit: eb322a3
inputs:
- AC_UPLOAD_DIR: $AC_OUTPUT_DIR