Skip to content

Commit

Permalink
Fixed upload error
Browse files Browse the repository at this point in the history
  • Loading branch information
faab007nl authored Oct 30, 2022
1 parent b25d736 commit c2ef45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/${{ env.projectName }}-${{ env.projectVersion }}.jar
asset_path: build/libs/${{ env.projectName }}-${{ env.projectVersion }}.jar
asset_name: ${{ env.projectName }}.jar
asset_content_type: application/java-archive

0 comments on commit c2ef45b

Please sign in to comment.