CI/CD: 更改了action 中的错误

This commit is contained in:
zerlei 2024-10-18 12:34:28 +08:00
parent 90d71b0944
commit 4c90c08e89

View file

@ -48,6 +48,6 @@ jobs:
files: | files: |
FS_win_dotnet8.zip FS_win_dotnet8.zip
LICENSE LICENSE
name: ${{ github.ref -replace 'refs/tags/', '' }} name: ${{ replace(github.ref, 'refs/tags/', '') }}
draft: false draft: false
prerelease: true prerelease: true