CI/CD: 更改了action 中的错误
This commit is contained in:
parent
4bbbf445b3
commit
90d71b0944
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -48,6 +48,6 @@ jobs:
|
||||||
files: |
|
files: |
|
||||||
FS_win_dotnet8.zip
|
FS_win_dotnet8.zip
|
||||||
LICENSE
|
LICENSE
|
||||||
name: ${{ github.ref | replace('refs/tags/', '') }}
|
name: ${{ github.ref -replace 'refs/tags/', '' }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
Loading…
Reference in a new issue