GitHub Actions: Upload only build outputs
This commit is contained in:
parent
849212fd2f
commit
3f51561271
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -21,11 +21,11 @@ jobs:
|
||||
name: debug-apk
|
||||
path: android/build/*apk
|
||||
|
||||
- name: Upload build folder
|
||||
- name: Upload build outputs
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
path: android/uhabits-android/build/
|
||||
path: android/uhabits-android/build/outputs/
|
||||
|
||||
test:
|
||||
needs: build
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
path: android/uhabits-android/build/
|
||||
path: android/uhabits-android/build/outputs/
|
||||
|
||||
- name: Run medium tests
|
||||
uses: ReactiveCircus/android-emulator-runner@v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user