From 2692e2d7e12b7c954e1c5f151033a6803377bc1f Mon Sep 17 00:00:00 2001 From: redblueflame Date: Thu, 25 Jun 2020 22:32:00 +0200 Subject: [PATCH] Fixed error on invalid JAR --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 118802d..62ee684 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,7 +54,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: build/libs/herbocraft.jar + asset_path: build/libs/herbocraft-dev.jar asset_name: herbocraft-${{ steps.get_version.outputs.VERSION }}.jar asset_content_type: application/java-archive - name: Upload