Remove APK upload step from CI workflow and add APK check
Android / android (push) Failing after 27s
Android / android (push) Failing after 27s
This commit is contained in:
@@ -96,8 +96,13 @@ jobs:
|
||||
test -f build/app.apk
|
||||
ls -lh build/app.apk
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: android-apk
|
||||
path: build/app.apk
|
||||
# - name: Upload APK
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: android-apk
|
||||
# path: build/app.apk
|
||||
|
||||
- name: Check APK
|
||||
run: |
|
||||
ls -lh build/app.apk
|
||||
file build/app.apk
|
||||
|
||||
Reference in New Issue
Block a user