Skip to content

Commit db26689

Browse files
committed
Add crowd compatibility
1 parent 2f6d3f6 commit db26689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php-sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Tar
7171
run : |
72-
tar czvf artifact.tar.gz migrations public src vendor .env cron.php
72+
tar czv --ignore-failed-read -f artifact.tar.gz migrations public src vendor .env cron.php 2>/dev/null || tar czv -f artifact.tar.gz migrations public src vendor .env cron.php
7373
7474
- name: Upload
7575
run : |

0 commit comments

Comments
 (0)