Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
token: ${{ secrets.PAT }}

- name: "cp PHAR"
run: |
cp tmp/phpstan.phar phpstan-dist/phpstan.phar && \
cp tmp/phpstan.phar phpstan-dist/phpstan
run: cp tmp/phpstan.phar phpstan-dist/phpstan.phar

- name: "Sign PHAR"
working-directory: phpstan-dist
Expand Down
6 changes: 6 additions & 0 deletions phpstan
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env php
<?php

declare (strict_types=1);

require_once __DIR__ . '/bin/phpstan';
Comment thread
mvorisek marked this conversation as resolved.