Skip to content

Commit f58aa71

Browse files
committed
Trying to fix paths again
1 parent 7158f25 commit f58aa71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/blueprints.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,11 @@ jobs:
147147
uses: actions/upload-artifact@v2
148148
with:
149149
name: emulator-logs
150-
path: |
151-
app/build/outputs/androidTest-results/managedDevice/**
150+
path: ./app/build/outputs/androidTest-results/managedDevice/**
152151

153152
- name: Upload test reports
154153
if: always()
155154
uses: actions/upload-artifact@v2
156155
with:
157156
name: test-reports
158-
path: app/build/reports/androidTests/managedDevice/
157+
path: ./app/build/reports/androidTests/managedDevice/

0 commit comments

Comments
 (0)