This commit is contained in:
@@ -96,12 +96,12 @@ jobs:
|
|||||||
test -f build/app.apk
|
test -f build/app.apk
|
||||||
ls -lh 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: Check APK
|
- name: Check APK
|
||||||
run: |
|
run: |
|
||||||
ls -lh build/app.apk
|
ls -lh build/app.apk
|
||||||
|
|
||||||
|
- name: Upload APK
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: android-apk
|
||||||
|
path: build/app.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user