Test upload file to package
Build and upload artifact apk / Verify environment (push) Successful in 5s
Sync Source to Host / sync-source (push) Successful in 5s
Build and upload artifact apk / upload (push) Successful in 6s
Build and upload artifact apk / Build APK file (push) Successful in 3m30s
Build and upload artifact apk / Verify environment (push) Successful in 5s
Sync Source to Host / sync-source (push) Successful in 5s
Build and upload artifact apk / upload (push) Successful in 6s
Build and upload artifact apk / Build APK file (push) Successful in 3m30s
This commit is contained in:
@@ -7,8 +7,9 @@ jobs:
|
|||||||
runs-on: android
|
runs-on: android
|
||||||
steps:
|
steps:
|
||||||
- name: "Create file"
|
- name: "Create file"
|
||||||
run: echo "hello" > test.txt
|
run: |
|
||||||
|
echo "hello" > test.txt
|
||||||
|
ls -la
|
||||||
- name: Upload Test Package
|
- name: Upload Test Package
|
||||||
run: |
|
run: |
|
||||||
curl \
|
curl \
|
||||||
|
|||||||
Reference in New Issue
Block a user