Skip to content

Commit 9166a3b

Browse files
chore: changed maestro upload path
1 parent 66abece commit 9166a3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ jobs:
276276
with:
277277
name: maestro-artifacts-android-${{ github.run_id }}
278278
path: |
279-
${{ env.WORKING_DIRECTORY }}/.maestro/
279+
${{ env.WORKING_DIRECTORY }}/.maestro/*
280+
~/.maestro/tests/*
280281
if-no-files-found: warn
281282

282283
- name: 🔔 Send Slack notification
@@ -480,7 +481,8 @@ jobs:
480481
with:
481482
name: maestro-artifacts-ios-${{ github.run_id }}
482483
path: |
483-
${{ env.WORKING_DIRECTORY }}/.maestro/
484+
${{ env.WORKING_DIRECTORY }}/.maestro/*
485+
~/.maestro/tests/*
484486
retention-days: 1
485487
if-no-files-found: warn
486488

0 commit comments

Comments
 (0)