Skip to content

Commit

Permalink
Update CI_STORE_DEPLOY_ANDROID.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkSpar authored Sep 22, 2024
1 parent 507ee5b commit a0b416f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/CI_STORE_DEPLOY_ANDROID.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,17 @@ jobs:
name: Test and Lint
runs-on: ubuntu-latest
needs: setup
env:
FLUTTER_VERSION: 3.24.3
steps:
- name: Checkout the code
uses: actions/checkout@v3

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: 📦 Install dependencies
run: flutter pub get

Expand All @@ -77,6 +84,11 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v3

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Decode Android keystore
run: echo "${{ secrets.ANDROID_KEYSTORE }}" | base64 --decode > ${{ env.KEYSTORE_PATH }}

Expand Down

0 comments on commit a0b416f

Please sign in to comment.