File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,15 @@ jobs:
3131 GIT_LOG=$(git log ${TRAVIS_COMMIT_RANGE} --reverse --pretty='%H %s' | sed -e 's/^/https:\/\/github.com\/phpstan\/phpstan-src\/commit\//') && \
3232 git clone https://${GITHUB_TOKEN}@github.com/phpstan/phpstan.git phpstan-dist > /dev/null 2>&1 && \
3333 cp tmp/phpstan.phar phpstan-dist/phpstan.phar && \
34+ cp tmp/phpstan.phar phpstan-dist/phpstan && \
3435 cd phpstan-dist && \
3536 git config user.email "ondrej@mirtes.cz" && \
3637 git config user.name "Ondrej Mirtes" && \
3738 git config --global user.signingkey CF1A108D0E7AE720 && \
3839 rm phpstan.phar.asc && \
3940 gpg --batch -ab phpstan.phar && \
4041 gpg --verify phpstan.phar.asc && \
41- git add phpstan.phar phpstan.phar.asc
42+ git add phpstan phpstan .phar phpstan.phar.asc
4243
4344 if [ "${TRAVIS_TAG}" != "" ]; then
4445 COMMIT_MSG="PHPStan ${TRAVIS_TAG}"
You can’t perform that action at this time.
0 commit comments