1
0
mirror of synced 2024-11-13 18:40:47 +01:00

workflow - always update assets of latest release (#745)

This commit is contained in:
Wei-Cheng Yeh (IID) 2024-11-04 20:40:52 +08:00 committed by GitHub
parent a161b16dad
commit ea5838e7e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}