Browse Source
Update github_release_apk.yml
renovate/org.robolectric-robolectric-4.x
Ammar Githam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/github_release_apk.yml
|
|
@ -23,7 +23,7 @@ jobs: |
|
|
|
- name: Grant execute permission for gradlew |
|
|
|
run: chmod +x gradlew |
|
|
|
|
|
|
|
- name: Build Github debug apk |
|
|
|
- name: Build Github unsigned release apk |
|
|
|
run: ./gradlew assembleGithubRelease --stacktrace |
|
|
|
|
|
|
|
- name: Sign APK |
|
|
@ -31,7 +31,7 @@ jobs: |
|
|
|
# ID used to access action output |
|
|
|
id: sign_app |
|
|
|
with: |
|
|
|
releaseDirectory: app/github/release |
|
|
|
releaseDirectory: app/build/outputs/apk/github/release |
|
|
|
signingKeyBase64: ${{ secrets.SIGNING_KEY }} |
|
|
|
alias: ${{ secrets.ALIAS }} |
|
|
|
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} |
|
|
|