From 377aeeccac380a35ddd71c01a482f8a0355cfd89 Mon Sep 17 00:00:00 2001 From: Michael Voigt Date: Tue, 20 Feb 2024 15:07:10 +0100 Subject: [PATCH] explicitly name the artifact --- .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 7ebf2c3..2fff872 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,5 +53,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_name: "cumulocitycorelibrary-${{ env.marketing_build_version }}.jar" - asset_path: artifacts/*.jar + asset_path: artifacts/cumulocitycorelibrary-${{ env.marketing_build_version }}.jar asset_content_type: application/zip