From 6b5ab5acba5dab816a005c968bd159cae3c01cff Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 16 Nov 2022 20:34:08 +0600 Subject: [PATCH] Update commit-release.yml --- .github/workflows/commit-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-release.yml b/.github/workflows/commit-release.yml index 0367f2d..508b820 100644 --- a/.github/workflows/commit-release.yml +++ b/.github/workflows/commit-release.yml @@ -44,6 +44,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: "./core/build/compose/jars/*.jar" + asset_path: "core/build/compose/jars/*.jar" asset_name: KotlinPublicationScriptsBuilder-linux-x64.jar asset_content_type: application/java-archive