Skip to content

Commit f90a059

Browse files
committed
Fix wrong artifact
1 parent 0d07815 commit f90a059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
6969

7070
- name: Self-Test
71-
run: ./example.phar --version
71+
run: ./jose.phar --version
7272

7373
- name: Create Release
7474
uses: ncipollo/release-action@v1
@@ -81,5 +81,5 @@ jobs:
8181
body: 'Next stable release.'
8282
# This will update existing tags if any
8383
allowUpdates: true
84-
artifacts: example.phar
84+
artifacts: jose.phar
8585
artifactContentType: application/x-php

0 commit comments

Comments
 (0)