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 eb9c0c8 commit faf27dd
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 @@ -41,7 +41,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3 # head
bundler-cache: false
bundler-cache: true
working-directory: ./app/android
- name: Set up flutter
uses: subosito/flutter-action@v2
Expand All @@ -59,15 +59,15 @@ jobs:
- name: Decrypt files
id: decrypt_files
run: |
ls -la
echo "${{ secrets.STUDYU_ANDROID_KEYSTORE }}" > keystore.jks.asc
gpg -d --passphrase "${{ secrets.STUDYU_ANDROID_KEYSTORE_PASSWORD }}" --batch keystore.jks.asc > app/android/app/studyu-keystore.jks
echo "${{ secrets.STUDYU_KEY_PROPERTIES}}" > app/android/key.properties
ls -la
# cat app/android/key.properties
cd app/android/
# bundle install
bundle install
bundle exec fastlane actions
# working-directory: ./app
# - name: Restore StudyU app bundle cache
Expand Down

0 comments on commit faf27dd

Please sign in to comment.