CI/CD: 更改了action 中的错误
This commit is contained in:
parent
20ee8714de
commit
e8bc478035
1 changed files with 8 additions and 6 deletions
14
.github/workflows/build.yaml
vendored
14
.github/workflows/build.yaml
vendored
|
@ -45,9 +45,11 @@ jobs:
|
|||
Write-Host "VERSION=$version" >> $env:GITHUB_ENV
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
files: |
|
||||
FS_win_dotnet8.zip
|
||||
LICENSE
|
||||
name: ${{ env.VERSION}}
|
||||
draft: false
|
||||
prerelease: true
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: |
|
||||
FS_win_dotnet8.zip
|
||||
LICENSE
|
||||
name: ${{ env.VERSION}}
|
||||
draft: false
|
||||
prerelease: true
|
||||
|
|
Loading…
Reference in a new issue