Skip to content

Commit af6316b

Browse files
MinecraftJunit -> MinecraftJUnit
1 parent 03cdec3 commit af6316b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
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
@@ -54,6 +54,6 @@ jobs:
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

0 commit comments

Comments
 (0)