mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-11 06:08:04 -06:00
fix: update release_deploy_play_store.yml
This commit is contained in:
12
.github/workflows/release_deploy_play_store.yml
vendored
12
.github/workflows/release_deploy_play_store.yml
vendored
@@ -31,17 +31,15 @@ jobs:
|
|||||||
channel: stable
|
channel: stable
|
||||||
- run: flutter doctor -v
|
- run: flutter doctor -v
|
||||||
|
|
||||||
# Setup app
|
# Clone repository
|
||||||
- name: Checkout Paperless mobile, get packages and run code generators
|
- name: Checkout Paperless mobile, get packages and run code generators
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||||
- run: |
|
|
||||||
bash install_dependencies.sh
|
|
||||||
working-directory: scripts
|
|
||||||
|
|
||||||
# Extract secrets into corresponding files
|
# Extract secrets into corresponding files
|
||||||
- name: Configure Keystore
|
- name: Configure Keystore
|
||||||
run: |
|
run: |
|
||||||
echo "$RELEASE_KEYSTORE" > upload-keystore.jks.asc
|
echo "$RELEASE_KEYSTORE" > upload-keystore.jks.asc
|
||||||
|
ll
|
||||||
gpg --batch --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSPHRASE }}" -d -o upload-keystore.jks upload-keystore.jks.asc
|
gpg --batch --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSPHRASE }}" -d -o upload-keystore.jks upload-keystore.jks.asc
|
||||||
echo "storeFile=upload-keystore.jks" >> key.properties
|
echo "storeFile=upload-keystore.jks" >> key.properties
|
||||||
echo "keyAlias=$KEYSTORE_KEY_ALIAS" >> key.properties
|
echo "keyAlias=$KEYSTORE_KEY_ALIAS" >> key.properties
|
||||||
@@ -54,6 +52,12 @@ jobs:
|
|||||||
KEYSTORE_STORE_PASSWORD: ${{ secrets.KEYSTORE_STORE_PASSWORD }}
|
KEYSTORE_STORE_PASSWORD: ${{ secrets.KEYSTORE_STORE_PASSWORD }}
|
||||||
working-directory: android
|
working-directory: android
|
||||||
|
|
||||||
|
# Run codegen
|
||||||
|
- name: Run Codegen
|
||||||
|
run: |
|
||||||
|
bash install_dependencies.sh
|
||||||
|
working-directory: scripts
|
||||||
|
|
||||||
# Setup Ruby, Bundler, and Gemfile dependencies
|
# Setup Ruby, Bundler, and Gemfile dependencies
|
||||||
- name: Setup Fastlane
|
- name: Setup Fastlane
|
||||||
uses: ruby/setup-ruby@8df78e55761745aad83acaf3ff12976382356e6d
|
uses: ruby/setup-ruby@8df78e55761745aad83acaf3ff12976382356e6d
|
||||||
|
|||||||
Reference in New Issue
Block a user