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
|
||||
prerelease: false
|
||||
|
||||
- name: Upload All Builds
|
||||
if: steps.check-tag.outputs.exists == 'false' && env.version != ''
|
||||
- name: Upload All Builds for the Latest Release
|
||||
uses: xresloader/upload-to-github-release@v1.6.0
|
||||
with:
|
||||
file: "OpenTaiko.Win.x64.zip;OpenTaiko.Linux.x64.zip"
|
||||
overwrite: true
|
||||
tag_name: ${{ env.version }}
|
||||
tag_name: ${{ env.versionLast }}
|
||||
draft: false
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user