From af6316ba878fd8ffc726b64ada7c77c35f20c827 Mon Sep 17 00:00:00 2001 From: Robert Seifert Date: Tue, 31 Dec 2019 00:14:09 -0500 Subject: [PATCH] MinecraftJunit -> MinecraftJUnit --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 88e471d..0f4d07b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,8 +44,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./build/libs/MinecraftJunit-${{ steps.get_version.outputs.VERSION }}.jar - asset_name: MinecraftJunit-${{ steps.get_version.outputs.VERSION }}.jar + asset_path: ./build/libs/MinecraftJUnit-${{ steps.get_version.outputs.VERSION }}.jar + asset_name: MinecraftJUnit-${{ steps.get_version.outputs.VERSION }}.jar asset_content_type: application/zip - name: Upload Sources id: upload-release-docs @@ -54,6 +54,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./build/libs/MinecraftJunit-${{ steps.get_version.outputs.VERSION }}-sources.jar - asset_name: MinecraftJunit-${{ steps.get_version.outputs.VERSION }}-sources.jar + asset_path: ./build/libs/MinecraftJUnit-${{ steps.get_version.outputs.VERSION }}-sources.jar + asset_name: MinecraftJUnit-${{ steps.get_version.outputs.VERSION }}-sources.jar asset_content_type: application/zip