File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,21 +184,21 @@ jobs:
184184 artifact-ids : ${{ steps.find-artifact.outputs.artifact_id }}
185185 run-id : ${{ steps.find-artifact.outputs.run_id }}
186186 github-token : ${{ secrets.GITHUB_TOKEN }}
187- path : ./phar-file-checksum-old.phar
187+ path : ./phar-file-checksum-old
188188
189189 - name : " Save old checksum"
190190 id : " old_checksum"
191- run : echo "md5=$(md5sum phar-file-checksum-old.phar | cut -d' ' -f1)" >> $GITHUB_OUTPUT
191+ run : echo "md5=$(md5sum phar-file-checksum-old/phpstan .phar | cut -d' ' -f1)" >> $GITHUB_OUTPUT
192192
193193 - name : Download new artifact
194194 uses : actions/download-artifact@v4
195195 with :
196196 name : phar-file-checksum
197- path : ./phar-file-checksum-new.phar
197+ path : ./phar-file-checksum-new
198198
199199 - name : " Save new checksum"
200200 id : " new_checksum"
201- run : echo "md5=$(md5sum phar-file-checksum-new.phar | cut -d' ' -f1)" >> $GITHUB_OUTPUT
201+ run : echo "md5=$(md5sum phar-file-checksum-new/phpstan .phar | cut -d' ' -f1)" >> $GITHUB_OUTPUT
202202
203203 - name : " Assert checksum"
204204 run : |
You can’t perform that action at this time.
0 commit comments