remove minus

This commit is contained in:
otsmr 2025-07-18 20:40:32 +02:00
parent d13852fa8f
commit b2bcc8d74d

View file

@ -21,9 +21,9 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter analyze
- run: flutter test
run: flutter pub get
run: flutter analyze
run: flutter test
- name: Create key.properties file
run: |
@ -34,10 +34,10 @@ jobs:
run: base64 -d <<< $KEYSTORE_FILE > ./android/keystore.jks
- name: Build Android APK
- run: flutter build apk --release --split-per-abi
run: flutter build apk --release --split-per-abi
- name: Create Github Release
- uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: release-apk
path: build/app/outputs/flutter-apk/*.apk