File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4545 with :
4646 upload_url : ${{ steps.create_release.outputs.upload_url }}
47- asset_path : ./build/libs/MinecraftJunit -${{ steps.get_version.outputs.VERSION }}.jar
48- asset_name : MinecraftJunit -${{ steps.get_version.outputs.VERSION }}.jar
47+ asset_path : ./build/libs/MinecraftJUnit -${{ steps.get_version.outputs.VERSION }}.jar
48+ asset_name : MinecraftJUnit -${{ steps.get_version.outputs.VERSION }}.jar
4949 asset_content_type : application/zip
5050 - name : Upload Sources
5151 id : upload-release-docs
5454 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5555 with :
5656 upload_url : ${{ steps.create_release.outputs.upload_url }}
57- asset_path : ./build/libs/MinecraftJunit -${{ steps.get_version.outputs.VERSION }}-sources.jar
58- asset_name : MinecraftJunit -${{ steps.get_version.outputs.VERSION }}-sources.jar
57+ asset_path : ./build/libs/MinecraftJUnit -${{ steps.get_version.outputs.VERSION }}-sources.jar
58+ asset_name : MinecraftJUnit -${{ steps.get_version.outputs.VERSION }}-sources.jar
5959 asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments