mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 14:48:41 +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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue