工作流

This commit is contained in:
j m 2024-07-12 21:29:57 +08:00
parent 0004d5ea11
commit 8606139b37

View File

@ -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