mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-06 02:09:48 +03:00
Update build.yml
This commit is contained in:
committed by
GitHub
parent
8b49ca17af
commit
60ac615327
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: latest-windows
|
||||
automatic_release_tag: windows-${GITHUB_SHA::6}
|
||||
prerelease: true
|
||||
title: FBX2glTF Windows packages
|
||||
files: |
|
||||
@@ -195,7 +195,7 @@ jobs:
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: latest-linux
|
||||
automatic_release_tag: linux-${GITHUB_SHA::6}
|
||||
prerelease: true
|
||||
title: FBX2glTF Linux packages
|
||||
files: |
|
||||
@@ -299,7 +299,7 @@ jobs:
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: latest-macos
|
||||
automatic_release_tag: macos-${GITHUB_SHA::6}
|
||||
prerelease: true
|
||||
title: FBX2glTF Macos x86_64 packages
|
||||
files: |
|
||||
|
||||
Reference in New Issue
Block a user