mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 10:24:22 +08:00
我就不信这个workflow我整不明白了
This commit is contained in:
@@ -81,7 +81,7 @@ jobs:
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: 构建(Windows)
|
||||
run: pnpm -s build:win
|
||||
run: pnpm build:win
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
@@ -189,7 +189,7 @@ jobs:
|
||||
with:
|
||||
tag_name: ${{ needs.parse.outputs.tag }}
|
||||
name: SecScore ${{ needs.parse.outputs.tag }}
|
||||
draft: false
|
||||
draft: True
|
||||
prerelease: ${{ contains(needs.parse.outputs.version, '-') }}
|
||||
files: |
|
||||
artifacts/**/*
|
||||
|
||||
Reference in New Issue
Block a user