diff --git a/.github/workflows/deploy_android.yml b/.github/workflows/deploy_android.yml index 6b1f1ba..6faeab9 100644 --- a/.github/workflows/deploy_android.yml +++ b/.github/workflows/deploy_android.yml @@ -60,13 +60,11 @@ jobs: echo 'KeyAlias=${{ secrets.KEYSTORE_KEY_ALIAS }}' >> $KEYSTORE_PROPERTIES_PATH echo 'StorePassword=${{ secrets.KEYSTORE_PASSWORD }}' >> $KEYSTORE_PROPERTIES_PATH echo 'KeyPassword=${{ secrets.KEYSTORE_KEY_PASSWORD }}' >> $KEYSTORE_PROPERTIES_PATH - - # DELETE THIS - - name: Cat - env: - KEYSTORE_PROPERTIES_PATH: ${{ github.workspace }}/android/key.properties - run: cat $KEYSTORE_PROPERTIES_PATH + # DELETE THIS + - name: ls + run: ls ${{ github.workspace }}/android + - name: 🤖📦 Create Android appbundle release run: | flutter build appbundle \