Skip to content

Commit

Permalink
fixes artifact upload (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
musichin authored Apr 21, 2023
1 parent 0a1debe commit 41f375f
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 @@ -33,7 +33,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/libs/ktlint-github-reporter-${{ github.event.release.tag_name }}.jar
asset_path: ./build/libs/ktlint-github-reporter.jar
asset_name: ktlint-github-reporter.jar
asset_content_type: application/java-archive

Expand All @@ -43,6 +43,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/libs/ktlint-github-reporter-${{ github.event.release.tag_name }}.jar.asc
asset_path: ./build/libs/ktlint-github-reporter.jar.asc
asset_name: ktlint-github-reporter.jar.asc
asset_content_type: text/plain

0 comments on commit 41f375f

Please sign in to comment.