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