From a7ce89f2899019446dc0aaad8a107274d1db8813 Mon Sep 17 00:00:00 2001 From: Fmar <_@fmar.link> Date: Wed, 23 Aug 2023 18:19:56 +0200 Subject: [PATCH] $KEY_PROPERTIES --- .github/workflows/main.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bdcd945..1a4993e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,17 +13,17 @@ jobs: runs-on: ubuntu-latest steps: -# - uses: actions/checkout@v3 -# - uses: actions/setup-java@v2 -# with: -# distribution: 'zulu' -# java-version: '17' -# cache: 'gradle' -# - uses: subosito/flutter-action@v2 -# with: -# flutter-version: '3.13.0' -# channel: 'stable' -# cache: true + - uses: actions/checkout@v3 + - uses: actions/setup-java@v2 + with: + distribution: 'zulu' + java-version: '17' + cache: 'gradle' + - uses: subosito/flutter-action@v2 + with: + flutter-version: '3.13.0' + channel: 'stable' + cache: true - name: 🔐 Retrieve base64 keystore and decode it to a file run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > "${{ github.workspace }}/android-keystore.jks"