added 'auto' in the name of generated executable from workflow
This commit is contained in:
parent
bd1c2112f5
commit
984cdd740e
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -69,6 +69,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: jiji_v${{ github.event.release.tag_name }}.tar.gz
|
||||
asset_name: jiji_v${{ github.event.release.tag_name }}.tar.gz
|
||||
asset_path: jiji_auto_v${{ github.event.release.tag_name }}.tar.gz
|
||||
asset_name: jiji_auto_v${{ github.event.release.tag_name }}.tar.gz
|
||||
asset_content_type: application/gzip
|
||||
|
|
Loading…
Reference in a new issue