CI/CD: remove 'ref/tags/' prefix
This commit is contained in:
parent
eb80f9abb8
commit
4bbbf445b3
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: |
|
||||
FS_win_dotnet8.zip
|
||||
LICENSE
|
||||
name: ${{ github.ref }}
|
||||
name: ${{ github.ref | replace('refs/tags/', '') }}
|
||||
draft: false
|
||||
prerelease: true
|
||||
|
|
Loading…
Reference in a new issue