diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 886f50f..f3ab1e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,5 +80,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./dist/halo-theme-dream2.0-plus.zip - asset_name: halo-theme-dream2.0-plus.zip + asset_name: halo-theme-dream2.0-plus-V${{ env.version }}.zip asset_content_type: application/zip