File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 php compiler/bin/compile && \
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 && \
33- cp tmp/phpstan.phar phpstan-dist/phpstan.phar && \
33+ cp tmp/phpstan.phar phpstan-dist/phpstan-phar .phar && \
3434 cd phpstan-dist && \
3535 git config user.email "ondrej@mirtes.cz" && \
3636 git config user.name "Ondrej Mirtes" && \
3737 git config --global user.signingkey CF1A108D0E7AE720 && \
3838 rm phpstan.phar.asc && \
39- gpg --batch -ab phpstan.phar && \
40- gpg --verify phpstan.phar.asc && \
41- git add phpstan.phar phpstan.phar.asc
39+ gpg --batch -ab phpstan-phar .phar && \
40+ gpg --verify phpstan-phar .phar.asc && \
41+ git add phpstan-phar .phar phpstan-phar .phar.asc
4242
4343 if [ "${TRAVIS_TAG}" != "" ]; then
4444 COMMIT_MSG="PHPStan ${TRAVIS_TAG}"
You can’t perform that action at this time.
0 commit comments