diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 583acde..d5f56d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,12 +50,12 @@ jobs: - name: Build run: npm run actions --tag=${{ env.version }} - # 上传构建产物zip - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: halo-theme-dream2.0-plus - path: dist-actions +# # 上传构建产物zip +# - name: Upload artifacts +# uses: actions/upload-artifact@v4 +# with: +# name: halo-theme-dream2.0-plus +# path: dist-actions # 如果是master分支,创建latest的Release,否则创建 预览版 - name: Create Release