From 542f5885b829a17ca3a75a5d11faec1514767910 Mon Sep 17 00:00:00 2001 From: Vincent Le Quec Date: Thu, 19 Oct 2023 14:57:27 +0200 Subject: [PATCH] ci: Try again --- .github/workflows/build-release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-publish.yml b/.github/workflows/build-release-publish.yml index ced5803..4d03ef6 100755 --- a/.github/workflows/build-release-publish.yml +++ b/.github/workflows/build-release-publish.yml @@ -85,5 +85,5 @@ jobs: with: upload_url: ${{ github.event.release.upload_url }} asset_path: ./dist/${{ github.event.repository.name }}-${{ github.event.release.tag_name }}_integration.zip - asset_name: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}.zip + asset_name: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}_integration.zip asset_content_type: application/zip