We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984fbcf commit 66acc5fCopy full SHA for 66acc5f
.github/workflows/phar.yml
@@ -53,12 +53,18 @@ jobs:
53
working-directory: "compiler"
54
run: "php bin/prepare"
55
56
+ - name: "Set autoloader suffix"
57
+ run: "composer config autoloader-suffix PHPStanChecksum"
58
+
59
- name: "Compile PHAR for checksum"
60
working-directory: "compiler/build"
61
run: "php box.phar compile --no-parallel"
62
env:
63
PHAR_CHECKSUM: "1"
64
65
+ - name: "Unset autoloader suffix"
66
+ run: "composer config autoloader-suffix --unset"
67
68
- name: "Save checksum"
69
id: "checksum"
70
run: echo "::set-output name=md5::$(md5sum tmp/phpstan.phar)"
0 commit comments