Skip to content

Commit a6ddf30

Browse files
committed
Fix broken symlink to phar file
1 parent 0e8edfe commit a6ddf30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ public function buildPhar80()
529529
->mkdir($releaseDir)
530530
->copy($buildFile, $versionedFile)
531531
->remove('php80/codecept.phar')
532-
->symlink($versionedFile, 'php80/codecept.phar')
532+
->symlink("../$versionedFile", 'php80/codecept.phar')
533533
->run();
534534
}
535535

php80/codecept.phar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
releases/5.0.20220728/codecept.phar
1+
../releases/5.0.20220728/codecept.phar

0 commit comments

Comments
 (0)