From dbfebc3d9bb585c96ed600f1ea42005d97a8459d Mon Sep 17 00:00:00 2001 From: Konstantinos Mastorakis Date: Tue, 11 Aug 2026 02:06:00 +0200 Subject: [PATCH] fix: updates blender asset name --- .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 2773e65..6342a2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,7 +161,7 @@ jobs: gh release create \ "${PROJECT_VERSION}" \ - "${PACKAGE_FILE}#Up3date Blender add-on" \ + "${PACKAGE_FILE}" \ --repo "${GITHUB_REPOSITORY}" \ --verify-tag \ --target "${GITHUB_SHA}" \