We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9dbad9 + b190d12 commit e7915bcCopy full SHA for e7915bc
2 files changed
.github/workflows/check-same-code-base.yml
@@ -32,3 +32,11 @@ jobs:
32
33
- name: check-same-code-base
34
run: make check-same-code-base
35
+
36
+ - name: check-updater-phar
37
+ run: |
38
+ make box
39
+ ./box info -l updater.phar | grep -v "^Signature Hash" | grep -v "^ Version.php " | grep -v "^Contents: " >updater.old.txt
40
+ make updater.phar
41
+ ./box info -l updater.phar | grep -v "^Signature Hash" | grep -v "^ Version.php " | grep -v "^Contents: " >updater.txt
42
+ diff updater.txt updater.old.txt
updater.phar
-6 Bytes
0 commit comments