wrong order

This commit is contained in:
otsmr 2025-07-18 20:49:03 +02:00
parent d6242c9d08
commit dda3f8c218

View file

@ -22,15 +22,15 @@ jobs:
with: with:
channel: stable channel: stable
- name: Cloning sub-repos
run: git submodule update --init --recursive
- name: Check flutter code - name: Check flutter code
run: | run: |
flutter pub get flutter pub get
flutter analyze flutter analyze
flutter test flutter test
- name: Cloning sub-repos
run: git submodule update --init --recursive
- name: Create key.properties file - name: Create key.properties file
run: | run: |
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties