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