mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
update workflow
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
PROPERTY_FILE: ${{ secrets.ANDROID_KEY_PROPERTIES }}
|
||||
run: |
|
||||
echo "$STORE_FILE" | base64 --decode > android/keystore.jks
|
||||
echo "$PROPERTY_FILE" | base64 --decode > android/key.properties
|
||||
echo "$PROPERTY_FILE" > android/key.properties
|
||||
- run: flutter pub get
|
||||
- run: flutter build apk --release
|
||||
- uses: actions/upload-artifact@v4
|
||||
@@ -89,6 +89,8 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: install yq
|
||||
run: winget install --id MikeFarah.yq
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: "stable"
|
||||
|
@@ -1036,4 +1036,4 @@ packages:
|
||||
version: "0.0.1"
|
||||
sdks:
|
||||
dart: ">=3.5.4 <4.0.0"
|
||||
flutter: ">=3.24.4"
|
||||
flutter: ">=3.24.5"
|
||||
|
Reference in New Issue
Block a user