This commit is contained in:
ZhaoLei 2024-10-29 13:13:39 +08:00
commit 59a8b3164a

View file

@ -44,10 +44,13 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
run: |
$version = $env:GITHUB_REF -replace 'refs/tags/', ''
Write-Host "VERSION=$version" >> $env:GITHUB_ENV
with:
files: |
FS_win_dotnet8.zip
LICENSE
name: ${{ github.ref }}
name: ${{ env.VERSION}}
draft: false
prerelease: true