Skip to content

Commit 223a301

Browse files
chore: changed maestro upload path
1 parent 9166a3b commit 223a301

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/expo-ci-cd.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,7 @@ jobs:
275275
uses: actions/upload-artifact@v4
276276
with:
277277
name: maestro-artifacts-android-${{ github.run_id }}
278-
path: |
279-
${{ env.WORKING_DIRECTORY }}/.maestro/*
280-
~/.maestro/tests/*
278+
path: ~/.maestro/tests/
281279
if-no-files-found: warn
282280

283281
- name: 🔔 Send Slack notification
@@ -480,9 +478,7 @@ jobs:
480478
uses: actions/upload-artifact@v4
481479
with:
482480
name: maestro-artifacts-ios-${{ github.run_id }}
483-
path: |
484-
${{ env.WORKING_DIRECTORY }}/.maestro/*
485-
~/.maestro/tests/*
481+
path: ~/.maestro/tests/
486482
retention-days: 1
487483
if-no-files-found: warn
488484

0 commit comments

Comments
 (0)