workflow - always update assets of latest release (#745)
This commit is contained in:
parent
a161b16dad
commit
ea5838e7e8
5
.github/workflows/autobuild.yaml
vendored
5
.github/workflows/autobuild.yaml
vendored
@ -225,12 +225,11 @@ jobs:
|
|||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
- name: Upload All Builds
|
- name: Upload All Builds for the Latest Release
|
||||||
if: steps.check-tag.outputs.exists == 'false' && env.version != ''
|
|
||||||
uses: xresloader/upload-to-github-release@v1.6.0
|
uses: xresloader/upload-to-github-release@v1.6.0
|
||||||
with:
|
with:
|
||||||
file: "OpenTaiko.Win.x64.zip;OpenTaiko.Linux.x64.zip"
|
file: "OpenTaiko.Win.x64.zip;OpenTaiko.Linux.x64.zip"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
tag_name: ${{ env.version }}
|
tag_name: ${{ env.versionLast }}
|
||||||
draft: false
|
draft: false
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user