Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jan 27, 2024
1 parent 6465848 commit 4af737a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 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: head # 3.3 # head
bundler-cache: false
bundler-cache: true
working-directory: ./app/android
- name: Set up flutter
uses: subosito/flutter-action@v2
Expand All @@ -55,17 +55,12 @@ jobs:
echo "Flutter version: $flutter_version"
echo "Flutter version hash: $flutter_version_hash"
echo "flutter_version_hash=$flutter_version_hash" >> $GITHUB_ENV
# todo where are decrypted files used?
- name: Decrypt files
id: decrypt_files
run: |
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
# cat app/android/key.properties
cd app/android/
# bundle install
bundle exec fastlane actions
Expand Down

0 comments on commit 4af737a

Please sign in to comment.