Skip to content

Commit

Permalink
MinecraftJunit -> MinecraftJUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGuardsman authored Dec 31, 2019
1 parent 03cdec3 commit af6316b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit af6316b

Please sign in to comment.