We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379e89f commit 3f5686bCopy full SHA for 3f5686b
1 file changed
.github/workflows/phar.yml
@@ -55,7 +55,8 @@ jobs:
55
run: "php box.phar compile --no-parallel"
56
57
- name: "Run PHAR"
58
- run: "./tmp/phpstan.phar list"
+ working-directory: "compiler"
59
+ run: "../tmp/phpstan.phar list"
60
61
- uses: actions/upload-artifact@v2
62
with:
0 commit comments