Skip to content

Commit

Permalink
chore: Fix github upload artifacts not being renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jul 26, 2023
1 parent 63ef554 commit f2b3981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: ${{ env.STATUS == 'release' && github.event_name == 'release' }}
uses: svenstaro/upload-release-action@v2
with:
asset_name: DistributorCore.jar
asset_name: distributor-core.jar
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.CORE_ARTIFACT_PATH }}
tag: ${{ github.ref }}
Expand All @@ -83,7 +83,7 @@ jobs:
if: ${{ env.STATUS == 'release' && github.event_name == 'release' }}
uses: svenstaro/upload-release-action@v2
with:
asset_name: DistributorKotlin.jar
asset_name: distributor-kotlin.jar
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.KOTLIN_ARTIFACT_PATH }}
tag: ${{ github.ref }}
Expand Down

0 comments on commit f2b3981

Please sign in to comment.