We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c7580 commit 48083dbCopy full SHA for 48083db
.github/actions/phar/action.yaml
@@ -24,6 +24,6 @@ runs:
24
working-directory: tools/phar
25
26
- name: Ensure PHAR is OK
27
- run: build/jolinotif.phar
+ run: build/jolinotif.phar --help
28
shell: bash
29
.github/workflows/build-phar.yaml
@@ -22,5 +22,5 @@ jobs:
22
uses: actions/upload-artifact@v3
23
with:
name: 'jolinotif'
- path: tools/phar/build/castor.phar
+ path: tools/phar/build/jolinotif.phar
if-no-files-found: error
0 commit comments