From d8ac0ea668d3f087bf10d176fa666cc0a0307bc2 Mon Sep 17 00:00:00 2001 From: Zephrynis <132010650+zephrynis@users.noreply.github.com> Date: Sat, 12 Apr 2025 01:56:47 +0100 Subject: [PATCH] Fix: file name must be same as ext identifier --- .github/workflows/export_ext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/export_ext.yml b/.github/workflows/export_ext.yml index c7438aa..ab04007 100644 --- a/.github/workflows/export_ext.yml +++ b/.github/workflows/export_ext.yml @@ -43,7 +43,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: sidebar-${{ steps.get_version.outputs.VERSION }}.blueprint + file: sidebar.blueprint asset_name: sidebar-${{ steps.get_version.outputs.VERSION }}.blueprint tag: ${{ steps.get_version.outputs.VERSION }} overwrite: true