try better upload
This commit is contained in:
parent
31305b72c4
commit
d0da163440
@ -9,7 +9,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y xz-utils unzip
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://gitea.com/actions/checkout@v4
|
||||
- uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
@ -19,15 +19,14 @@ jobs:
|
||||
channel: stable
|
||||
flutter-version: 3.19.6
|
||||
cache: true
|
||||
- run: flutter config --no-cli-animations
|
||||
- name: Setup Android SDK
|
||||
uses: https://github.com/android-actions/setup-android@v3
|
||||
- run: flutter pub get -v
|
||||
- run: flutter pub get
|
||||
# - run: flutter test
|
||||
- run: flutter build apk --debug --split-per-abi
|
||||
|
||||
- name: Upload APK as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: https://gitea.com/actions/upload-artifact@v4
|
||||
with:
|
||||
name: app
|
||||
path: build/app/outputs/**/*.apk
|
||||
path: build/app/outputs/flutter-apk/*.apk
|
||||
|
Loading…
x
Reference in New Issue
Block a user