patch
This commit is contained in:
parent
c63298b02f
commit
a02fd6c430
7 changed files with 19 additions and 3 deletions
4
.github/workflows/shorebird_patch.yaml
vendored
4
.github/workflows/shorebird_patch.yaml
vendored
|
|
@ -18,5 +18,9 @@ jobs:
|
|||
- name: Create Patch
|
||||
env:
|
||||
SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }}
|
||||
SIGNING_KEYSTORE_BASE64: ${{ secrets.SIGNING_KEYSTORE_BASE64 }}
|
||||
SIGNING_PROPERTIES: ${{ secrets.SIGNING_PROPERTIES }}
|
||||
run: |
|
||||
echo "$SIGNING_KEYSTORE_BASE64" | base64 --decode > android/app/experiment.jks
|
||||
echo "$SIGNING_PROPERTIES" > android/signing.properties
|
||||
echo y | shorebird patch --platforms=android --release-version=${{ github.event.inputs.version_to_patch }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue