Skip to content

Commit

Permalink
Fix chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 18, 2022
1 parent 4019755 commit 0a43b5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phar.yml
Expand Up @@ -141,6 +141,9 @@ jobs:
- name: "mv PHAR"
run: mv phpstan.phar phpstan-dist/phpstan.phar

- name: "chmod PHAR"
run: chmod 755 phpstan-dist/phpstan.phar

- name: "Update checksum"
run: echo ${{needs.compiler-tests.outputs.checksum}} > phpstan-dist/.phar-checksum

Expand Down

0 comments on commit 0a43b5c

Please sign in to comment.