Skip to content

Commit 97dd4e9

Browse files
committed
fix
1 parent 912e834 commit 97dd4e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build-phar-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
- name: 🤔 Run help command
4848
run: ${{ env.BIN_PHAR }} --help
4949

50+
- name: Backward compatibility
51+
run: |
52+
cp ${{ env.BIN_PHAR }} .build/phar/context-generator.phar
53+
5054
- name: 📤 Upload release assets
5155
uses: softprops/[email protected]
5256
if: startsWith(github.ref, 'refs/tags/')

box.json.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"composer.lock",
1818
"version.json"
1919
],
20-
"output": ".build/phar/context-generator.phar"
20+
"output": ".build/phar/ctx.phar"
2121
}

0 commit comments

Comments
 (0)