fix: 修复构建配置

This commit is contained in:
imsyy
2023-11-29 17:34:19 +08:00
parent dc119654a2
commit 740ffa32d6
4 changed files with 8 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ jobs:
dist/*.msi
# 创建 GitHub Release
- name: Release
uses: softprops/action-gh-release@v0.1.14
uses: softprops/action-gh-release@v0.1.15
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true
@@ -83,7 +83,7 @@ jobs:
dist/*.zip
# 创建 GitHub Release
- name: Release
uses: softprops/action-gh-release@v0.1.14
uses: softprops/action-gh-release@v0.1.15
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true
@@ -129,7 +129,7 @@ jobs:
dist/*.rpm
# 创建 GitHub Release
- name: Release
uses: softprops/action-gh-release@v0.1.14
uses: softprops/action-gh-release@v0.1.15
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true