You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-49Lines changed: 3 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,55 +34,10 @@ If you wish to get your Android project signed automatically, use the **Android
34
34
35
35
## 🧩 Get started
36
36
37
-
Add this step directly to your workflow in the [Bitrise Workflow Editor](https://devcenter.bitrise.io/steps-and-workflows/steps-and-workflows-index/).
37
+
Add this step directly to your workflow in the [Bitrise Workflow Editor](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/steps/adding-steps-to-a-workflow.html).
38
38
39
39
You can also run this step directly with [Bitrise CLI](https://github.com/bitrise-io/bitrise).
40
40
41
-
### Examples
42
-
43
-
1. Build an Android App Bundle:
44
-
45
-
```yaml
46
-
workflows:
47
-
release:
48
-
envs:
49
-
- PROJECT_LOCATION: .
50
-
- MODULE: app
51
-
- VARIANT: release
52
-
# If the Android keystore is configured in the workflow editor, BITRISEIO_ANDROID_KEYSTORE* envs will be set automatically
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
61
-
- git-clone: {}
62
-
- install-missing-android-tools:
63
-
inputs:
64
-
- gradlew_path: $PROJECT_LOCATION/gradlew
65
-
- android-build:
66
-
inputs:
67
-
- project_location: $PROJECT_LOCATION
68
-
- module: $MODULE
69
-
- variant: $VARIANT
70
-
- build_type: aab
71
-
```
72
-
2. Sign the App Bundle:
73
-
74
-
```yaml
75
-
- sign-apk:
76
-
inputs:
77
-
- use_apk_signer: false
78
-
```
79
-
80
-
3. Deploy the signed App Bundle to Bitrise:
81
-
82
-
```yaml
83
-
- deploy-to-bitrise-io: {}
84
-
```
85
-
86
41
## ⚙️ Configuration
87
42
88
43
<details>
@@ -121,9 +76,8 @@ workflows:
121
76
122
77
We welcome [pull requests](https://github.com/bitrise-steplib/steps-sign-apk/pulls) and [issues](https://github.com/bitrise-steplib/steps-sign-apk/issues) against this repository.
123
78
124
-
For pull requests, work on your changes in a forked repository and use the Bitrise CLI to [run step tests locally](https://devcenter.bitrise.io/bitrise-cli/run-your-first-build/).
79
+
For pull requests, work on your changes in a forked repository and use the Bitrise CLI to [run step tests locally](https://docs.bitrise.io/en/bitrise-ci/bitrise-cli/running-your-first-local-build-with-the-cli.html).
125
80
126
81
Learn more about developing steps:
127
82
128
-
- [Create your own step](https://devcenter.bitrise.io/contributors/create-your-own-step/)
129
-
- [Testing your Step](https://devcenter.bitrise.io/contributors/testing-and-versioning-your-steps/)
83
+
-[Create your own step](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/developing-your-own-bitrise-step/developing-a-new-step.html)
0 commit comments