Skip to content

Commit 48083db

Browse files
committed
Fix phar compilation action
1 parent 91c7580 commit 48083db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/phar/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ runs:
2424
working-directory: tools/phar
2525

2626
- name: Ensure PHAR is OK
27-
run: build/jolinotif.phar
27+
run: build/jolinotif.phar --help
2828
shell: bash
2929
working-directory: tools/phar

.github/workflows/build-phar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
uses: actions/upload-artifact@v3
2323
with:
2424
name: 'jolinotif'
25-
path: tools/phar/build/castor.phar
25+
path: tools/phar/build/jolinotif.phar
2626
if-no-files-found: error

0 commit comments

Comments
 (0)