mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Fix GitHub Actions script
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
path: uhabits-android/uhabits-android/build/outputs/
|
||||
path: uhabits-android/build/outputs/
|
||||
|
||||
test:
|
||||
needs: build
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
path: uhabits-android/uhabits-android/build/outputs/
|
||||
path: uhabits-android/build/outputs/
|
||||
|
||||
- name: Run medium tests
|
||||
uses: ReactiveCircus/android-emulator-runner@v2
|
||||
|
||||
Reference in New Issue
Block a user