Skip to content

Commit 0a43b5c

Browse files
committed
Fix chmod
1 parent 4019755 commit 0a43b5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/phar.yml

+3
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ jobs:
141141
- name: "mv PHAR"
142142
run: mv phpstan.phar phpstan-dist/phpstan.phar
143143

144+
- name: "chmod PHAR"
145+
run: chmod 755 phpstan-dist/phpstan.phar
146+
144147
- name: "Update checksum"
145148
run: echo ${{needs.compiler-tests.outputs.checksum}} > phpstan-dist/.phar-checksum
146149

0 commit comments

Comments
 (0)