Skip to content

Commit

Permalink
fix tag name in artifact path on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhofm committed Dec 28, 2020
1 parent 936213a commit a397c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:
run: php phar-composer.phar build
- uses: actions/upload-artifact@v2
with:
name: ph-puml-${{ steps.branch_name.outputs.SOURCE_BRANCH }}.phar
name: ph-puml-${{ steps.branch_name.outputs.SOURCE_TAG }}.phar
path: ph-puml.phar
retention-days: 90

0 comments on commit a397c7a

Please sign in to comment.