Skip to content

Commit

Permalink
Upload PHAR first
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 27, 2022
1 parent eff55bc commit 6566e57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
working-directory: "compiler/build"
run: "php box.phar compile --no-parallel"

- name: "Run PHAR"
working-directory: "compiler"
run: "../tmp/phpstan.phar list"

- uses: actions/upload-artifact@v3
with:
name: phar-file
path: tmp/phpstan.phar

- name: "Run PHAR"
working-directory: "compiler"
run: "../tmp/phpstan.phar list"

- name: "Delete PHAR"
run: "rm tmp/phpstan.phar"

Expand Down

0 comments on commit 6566e57

Please sign in to comment.