We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66acc5f commit 1c8b236Copy full SHA for 1c8b236
1 file changed
.github/workflows/phar.yml
@@ -134,10 +134,9 @@ jobs:
134
uses: actions/download-artifact@v3
135
with:
136
name: phar-file
137
- path: tmp/phpstan.phar
138
139
- - name: "cp PHAR"
140
- run: cp tmp/phpstan.phar phpstan-dist/phpstan.phar
+ - name: "mv PHAR"
+ run: mv phpstan.phar phpstan-dist/phpstan.phar
141
142
- name: "Update checksum"
143
run: echo ${{needs.compiler-tests.outputs.checksum}} > phpstan-dist/.phar-checksum
0 commit comments