-
Notifications
You must be signed in to change notification settings - Fork 3
/
Android-Resign.yaml
35 lines (35 loc) · 1.25 KB
/
Android-Resign.yaml
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
directories:
- AC_SOURCE
- AC_OUTPUT_DIR
steps:
- componentType: appcircle_android_resign
componentVersion: 1.0.*
stepName: Android Re-Sign
webUrl: 'https://github.com/appcircleio/appcircle-android-resign-component'
repoUrl: 'https://github.com/appcircleio/appcircle-android-resign-component.git'
commit: 66c78fb
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
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