Skip to content

Commit

Permalink
Update deploy-apps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder authored Jan 27, 2024
1 parent 4ff3571 commit 4e6d0e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:
run: |
ls -la
echo "${{ secrets.STUDYU_ANDROID_KEYSTORE }}" > keystore.jks.asc
gpg -d --passphrase "${{ secrets.STUDYU_ANDROID_KEYSTORE_PASSWORD }}" --batch keystore.jks.asc > android/app/studyu-keystore.jks
echo "${{ secrets.STUDYU_KEY_PROPERTIES}}" > android/key.properties
gpg -d --passphrase "${{ secrets.STUDYU_ANDROID_KEYSTORE_PASSWORD }}" --batch app/keystore.jks.asc > android/app/studyu-keystore.jks
echo "${{ secrets.STUDYU_KEY_PROPERTIES}}" > app/android/key.properties
ls -la
# cat app/android/key.properties
cd android/
cd app/android/
bundle install
bundle exec fastlane actions
working-directory: ./app
# working-directory: ./app
- name: Restore StudyU app bundle cache
id: cache-studyu-app-bundle-restore
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 4e6d0e4

Please sign in to comment.