Remove extra bits from the release tag.
This commit is contained in:
parent
2e5ef160dc
commit
e181f44442
|
@ -93,7 +93,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
automatic_release_tag: windows-${{github.ref_name}}
|
automatic_release_tag: ${{github.ref_name}}
|
||||||
title: FBX2glTF Windows packages
|
title: FBX2glTF Windows packages
|
||||||
files: |
|
files: |
|
||||||
thirdparty-license.rtf
|
thirdparty-license.rtf
|
||||||
|
@ -183,7 +183,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
automatic_release_tag: linux-${{github.ref_name}}
|
automatic_release_tag: ${{github.ref_name}}
|
||||||
title: FBX2glTF Linux packages
|
title: FBX2glTF Linux packages
|
||||||
files: |
|
files: |
|
||||||
thirdparty-license.rtf
|
thirdparty-license.rtf
|
||||||
|
|
Loading…
Reference in New Issue