update workflow

This commit is contained in:
2024-11-17 18:43:29 +08:00
parent 213179b8c2
commit 9988e76149
2 changed files with 4 additions and 2 deletions

View File

@@ -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"