From da811b90243b953bf283fb7d66bfe183ed5cc543 Mon Sep 17 00:00:00 2001 From: Thomas Pohl Date: Sun, 9 Jan 2022 13:39:24 +0100 Subject: [PATCH] Fix path for artifacts --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f614493d..62592ee5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release_candidate.outputs.upload_url }} - asset_path: ./target/esql-plugin-${{ github.ref_name }}.jar + asset_path: ./esql-plugin/target/esql-plugin-${{ github.ref_name }}.jar asset_name: esql-plugin-${{ github.ref_name }}.jar asset_content_type: application/java-archive \ No newline at end of file