Modify the release tagging system.
This commit is contained in:
parent
754c68bb25
commit
e03f80061a
|
@ -94,6 +94,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
automatic_releases_tag: windows-${{github.ref_name}}
|
||||||
title: FBX2glTF Windows packages
|
title: FBX2glTF Windows packages
|
||||||
files: |
|
files: |
|
||||||
result/thirdparty-license.rtf
|
result/thirdparty-license.rtf
|
||||||
|
@ -184,6 +185,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
automatic_releases_tag: linux-${{github.ref_name}}
|
||||||
title: FBX2glTF Linux packages
|
title: FBX2glTF Linux packages
|
||||||
files: |
|
files: |
|
||||||
result/thirdparty-license.rtf
|
result/thirdparty-license.rtf
|
||||||
|
@ -282,6 +284,7 @@ jobs:
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
automatic_releases_tag: macos-${{github.ref_name}}
|
||||||
prerelease: false
|
prerelease: false
|
||||||
title: FBX2glTF Macos x86_64 packages
|
title: FBX2glTF Macos x86_64 packages
|
||||||
files: |
|
files: |
|
||||||
|
|
Loading…
Reference in New Issue