Skip to content

Commit

Permalink
App: Update youdeyiwu-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dafengzhen committed Aug 10, 2024
1 parent 6d1d1ca commit 89505a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/youdeyiwu-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,17 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
- name: Set up Flutter
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
- run: flutter --version
- run: flutter pub get
# - run: flutter test
- run: flutter build apk
- run: flutter build appbundle
- uses: actions/upload-artifact@v4
with:
name: youdeyiwu-app-android.zip
path: build/app/outputs/flutter-apk/*.apk
path: build/app/outputs/apk/release/*.apk

0 comments on commit 89505a1

Please sign in to comment.