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 0d07815 commit f90a059Copy full SHA for f90a059
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
69
70
- name: Self-Test
71
- run: ./example.phar --version
+ run: ./jose.phar --version
72
73
- name: Create Release
74
uses: ncipollo/release-action@v1
@@ -81,5 +81,5 @@ jobs:
81
body: 'Next stable release.'
82
# This will update existing tags if any
83
allowUpdates: true
84
- artifacts: example.phar
+ artifacts: jose.phar
85
artifactContentType: application/x-php
0 commit comments