Skip to content

Commit

Permalink
Correct artefact naming in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-kirby committed May 13, 2020
1 parent fbde2db commit 36f0000
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 @@ -29,6 +29,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/libs/sevpatches-${{ github.event.release.tag_name }}.${{ github.run_number }}.jar
asset_name: sevpatches-${{ github.event.release.tag_name }}.${{ github.run_number }}.jar
asset_path: ./build/libs/sevpatches-${{ github.event.release.tag_name }}-${{ github.run_number }}.jar
asset_name: sevpatches-${{ github.event.release.tag_name }}-${{ github.run_number }}.jar
asset_content_type: application/java-archive

0 comments on commit 36f0000

Please sign in to comment.