mirror of
https://github.com/royshil/obs-localvocal.git
synced 2026-01-09 12:28:05 -05:00
fix release name on push workflow
This commit is contained in:
2
.github/workflows/push.yaml
vendored
2
.github/workflows/push.yaml
vendored
@@ -111,7 +111,7 @@ jobs:
|
||||
draft: true
|
||||
prerelease: ${{ fromJSON(steps.check.outputs.prerelease) }}
|
||||
tag_name: ${{ steps.check.outputs.version }}
|
||||
name: OBS Studio ${{ steps.check.outputs.version }}
|
||||
name: obs-localvocal ${{ steps.check.outputs.version }}
|
||||
body_path: ${{ github.workspace }}/CHECKSUMS.txt
|
||||
files: |
|
||||
${{ github.workspace }}/*.exe
|
||||
|
||||
Reference in New Issue
Block a user