From 45577625c45c6248b484a76616ded42d87bf735a Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 22 Jun 2024 09:13:24 +0200 Subject: [PATCH] Renamed the final release asset --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 70922ccf..735a2c93 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -739,7 +739,7 @@ jobs: FORMATTED_VERSION: ${{ needs.read_metadata.outputs.formatted_version }} with: - name: MindWork AI Studio ${{ env.FORMATTED_VERSION }} + name: MindWork AI Studio ${{ env.FORMATTED_VERSION }} Release path: release/assets/ if-no-files-found: error retention-days: ${{ env.RETENTION_RELEASE_ASSETS }} \ No newline at end of file