Skip to content

Commit 7844631

Browse files
committed
Disable PHAR compression and add verification step to release workflow
1 parent db66cbb commit 7844631

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- name: Build PHAR
6464
run: php clave app:build clave.phar --build-version=${{ github.ref_name }}
6565

66+
- name: Verify PHAR
67+
run: php builds/clave.phar --version
68+
6669
- name: Generate checksums
6770
run: |
6871
cd builds

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"composer.json"
1111
],
1212
"exclude-composer-files": false,
13-
"compression": "GZ",
13+
"compression": "NONE",
1414
"compactors": [
1515
"KevinGH\\Box\\Compactor\\Php",
1616
"KevinGH\\Box\\Compactor\\Json"

0 commit comments

Comments
 (0)