This commit is contained in:
Gergely Hegedus 2024-07-15 21:21:52 +03:00
parent c63298b02f
commit a02fd6c430
7 changed files with 19 additions and 3 deletions

View file

@ -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 }}