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