Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit e973521

Browse files
committed
Fixes upload-artifacts path
Change-Id: I083e6ceb5edc3fc4486bcb2c9d61dd735b637b1a
1 parent fcbbe2e commit e973521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/iosched.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/upload-artifact@v2
4141
with:
4242
name: build-reports
43-
path: mobile/build/reports
43+
path: mobile/build/reports/
4444

4545
test:
4646
needs: build
@@ -75,4 +75,4 @@ jobs:
7575
uses: actions/upload-artifact@v2
7676
with:
7777
name: test-reports
78-
path: mobile/build/reports
78+
path: mobile/build/reports/

0 commit comments

Comments
 (0)