mirror of
https://github.com/wismna/DoNext.git
synced 2025-12-06 00:02:40 -05:00
Sign AAB
This commit is contained in:
7
.github/workflows/android.yaml
vendored
7
.github/workflows/android.yaml
vendored
@@ -34,6 +34,9 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
|
||||
- name: Decode signing key
|
||||
run: echo "${{ secrets.SIGNING_KEY_BASE64 }}" | base64 --decode > upload.jks
|
||||
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
@@ -48,4 +51,8 @@ jobs:
|
||||
- name: Run Fastlane
|
||||
env:
|
||||
SUPPLY_JSON_KEY: service-account.json
|
||||
KEYSTORE_FILE: upload.jks
|
||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
ALIAS_NAME: ${{ secrets.ALIAS_NAME }}
|
||||
ALIAS_PASSWORD: ${{ secrets.ALIAS_PASSWORD }}
|
||||
run: bundle exec fastlane internal
|
||||
Reference in New Issue
Block a user