We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8b96f commit 912e834Copy full SHA for 912e834
.github/workflows/build-phar-release.yml
@@ -18,7 +18,7 @@ jobs:
18
dependencies:
19
- locked
20
env:
21
- BIN_PHAR: ".build/phar/context-generator.phar"
+ BIN_PHAR: ".build/phar/ctx.phar"
22
steps:
23
- name: Setup PHP
24
uses: shivammathur/setup-php@v2
@@ -53,4 +53,5 @@ jobs:
53
with:
54
token: "${{ secrets.RELEASE_TOKEN }}"
55
files: |
56
- ${{ env.BIN_PHAR }}
+ ${{ env.BIN_PHAR }}
57
+ ".build/phar/context-generator.phar"
version.json
@@ -0,0 +1 @@
1
+{"version": "dev"}
0 commit comments