mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-04 18:10:16 +03:00
Use the proper tag automatic_release_tag.
This commit is contained in:
6
.github/workflows/build-release.yml
vendored
6
.github/workflows/build-release.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: false
|
||||
automatic_releases_tag: windows-${{github.ref_name}}
|
||||
automatic_release_tag: windows-${{github.ref_name}}
|
||||
title: FBX2glTF Windows packages
|
||||
files: |
|
||||
thirdparty-license.rtf
|
||||
@@ -183,7 +183,7 @@ jobs:
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: false
|
||||
automatic_releases_tag: linux-${{github.ref_name}}
|
||||
automatic_release_tag: linux-${{github.ref_name}}
|
||||
title: FBX2glTF Linux packages
|
||||
files: |
|
||||
thirdparty-license.rtf
|
||||
@@ -281,7 +281,7 @@ jobs:
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_releases_tag: macos-${{github.ref_name}}
|
||||
automatic_release_tag: macos-${{github.ref_name}}
|
||||
prerelease: false
|
||||
title: FBX2glTF Macos x86_64 packages
|
||||
files: |
|
||||
|
||||
Reference in New Issue
Block a user