mirror of
https://github.com/wismna/DoNext.git
synced 2025-12-06 00:02:40 -05:00
Fix pipeline
This commit is contained in:
2
.github/workflows/android.yaml
vendored
2
.github/workflows/android.yaml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Run Fastlane
|
||||
env:
|
||||
MODULE: ${{ github.event.inputs.module }}
|
||||
MODULE: ${{ env.MODULE }}
|
||||
SUPPLY_JSON_KEY: service-account.json
|
||||
KEYSTORE_FILE: upload.jks
|
||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user