Skip to content

Commit 3f5686b

Browse files
committed
Fix
1 parent 379e89f commit 3f5686b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
run: "php box.phar compile --no-parallel"
5656

5757
- name: "Run PHAR"
58-
run: "./tmp/phpstan.phar list"
58+
working-directory: "compiler"
59+
run: "../tmp/phpstan.phar list"
5960

6061
- uses: actions/upload-artifact@v2
6162
with:

0 commit comments

Comments
 (0)