From 3122639184368a9a738a173f7f2f71c1f30ac01f Mon Sep 17 00:00:00 2001 From: Cory Borek Date: Fri, 16 Jul 2021 13:07:57 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 563eb45..b9a40d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,6 @@ 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: ./ResourcePackConverter/Applications/Gui/ResourcePackConverter-Gui-${{ env.VERSION }}.jar + asset_path: ./ResourcePackConverter/Applications/Gui/target/ResourcePackConverter-Gui-${{ env.VERSION }}.jar asset_name: ResourcePackConverter-Gui-${{env.VERSION}}.jar asset_content_type: application/zip