Skip to content

Commit

Permalink
Fix wrong artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Mar 29, 2022
1 parent 0d07815 commit f90a059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}

- name: Self-Test
run: ./example.phar --version
run: ./jose.phar --version

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

0 comments on commit f90a059

Please sign in to comment.