Skip to content

Commit

Permalink
feat: 更新脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdbshsnsndnnm committed Mar 31, 2024
1 parent 1f17262 commit ed18eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
path: ${{ github.workspace }}/${{ env.BUILD_PATH }}/${{ env.BUILD_TYPE }}
# 打包
- name: Package
# if: startsWith(github.event.ref, 'refs/tags/')
if: startsWith(github.event.ref, 'refs/tags/')
id: package
shell: pwsh
env:
Expand All @@ -117,7 +117,7 @@ jobs:
# tree /F
# tag 上传Release
- name: Upload Release
# if: startsWith(github.event.ref, 'refs/tags/')
if: startsWith(github.event.ref, 'refs/tags/')
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ed18eca

Please sign in to comment.