🐎 ci: 修复构建工作流

This commit is contained in:
imsyy
2024-05-10 16:24:51 +08:00
parent e49f90b0da
commit d3e677d494

View File

@@ -47,6 +47,12 @@ jobs:
with:
name: SPlayer-dev
path: dist
# 自动生成标签
- name: Autotag
run: |
$tag = "v$(date +'%Y%m%d%H%M%S')"
git tag $tag
git push origin $tag
# 创建 GitHub Release
- name: Release
uses: softprops/action-gh-release@v2