Skip to content

Commit

Permalink
Upload PHAR first
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 29, 2022
1 parent 80b4070 commit 6bbf8a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phar.yml
Expand Up @@ -75,15 +75,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 6bbf8a4

Please sign in to comment.