Skip to content

Commit 912e834

Browse files
committed
fix
1 parent 2a8b96f commit 912e834

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
dependencies:
1919
- locked
2020
env:
21-
BIN_PHAR: ".build/phar/context-generator.phar"
21+
BIN_PHAR: ".build/phar/ctx.phar"
2222
steps:
2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
@@ -53,4 +53,5 @@ jobs:
5353
with:
5454
token: "${{ secrets.RELEASE_TOKEN }}"
5555
files: |
56-
${{ env.BIN_PHAR }}
56+
${{ env.BIN_PHAR }}
57+
".build/phar/context-generator.phar"

version.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version": "dev"}

0 commit comments

Comments
 (0)