Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonC01 committed Apr 6, 2024
1 parent 346cbbb commit 677abda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pushToTesters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Build Gradle
working-directory: ./mingle
run: |
echo keyPassword=${{ secrets.KEY_PASSWORD }} > ${{env.PROPERTIES_PATH}}
echo storePassword=${{ secrets.STORE_PASSWORD }} >> ${{env.PROPERTIES_PATH}}
echo keyAlias=${{ secrets.KEY_ALIAS }} >> ${{env.PROPERTIES_PATH}}
echo storeFile=${{ secrets.STORE_FILE }} >> ${{env.PROPERTIES_PATH}}
echo keyPassword=${{ secrets.KEY_PASSWORD }} > ./android/key.properties
echo storePassword=${{ secrets.STORE_PASSWORD }} > ./android/key.properties
echo keyAlias=${{ secrets.KEY_ALIAS }} > ./android/key.properties
echo storeFile=${{ secrets.STORE_FILE }} > ./android/key.properties
- run: echo "${{ secrets.KEY_STORE }}" | base64 --decode > android/app/release-keystore.jks
- run: flutter build apk --release
- run: ls build/app/outputs/flutter-apk
Expand Down

0 comments on commit 677abda

Please sign in to comment.