mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2025-06-28 20:19:58 +00:00
ci: publish all apk in one zip
This commit is contained in:
parent
5eea16223a
commit
fd871d3d21
1 changed files with 3 additions and 15 deletions
|
@ -95,20 +95,8 @@ jobs:
|
|||
run: pwd
|
||||
|
||||
# 7. Сохраняем артефакты
|
||||
- name: Upload armeabi-v7a apk
|
||||
- name: Upload release apk
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-armeabi-v7a-release.apk
|
||||
path: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
|
||||
- name: Upload arm64-v8a apk
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-arm64-v8a-release.apk
|
||||
path: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
|
||||
- name: Upload x86_64 apk
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-x86_64-release.apk
|
||||
path: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
name: app-release
|
||||
path: build/app/outputs/flutter-apk/*-release.apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue