mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 07:48:40 +00:00
remove minus
This commit is contained in:
parent
d13852fa8f
commit
b2bcc8d74d
1 changed files with 5 additions and 5 deletions
10
.github/workflows/release_github.yml
vendored
10
.github/workflows/release_github.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue