From 55311002c847463a8e1f88a9589091095763a00c Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Tue, 31 Oct 2023 08:16:24 +0100 Subject: [PATCH] changed asset name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2fe8b273..ea275006 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: with: upload_url: ${{ github.event.release.upload_url }} asset_path: ${{ steps.release.outputs.artifacts_archive_path }} - asset_name: camunda-7-to-8-migration.zip + asset_name: script-connector.zip asset_content_type: application/zip - name: Publish Unit Test Results id: publish