added 'auto' in the name of generated executable from workflow

This commit is contained in:
WanderingPenwing 2024-07-23 18:28:31 +02:00
parent bd1c2112f5
commit 984cdd740e

View file

@ -69,6 +69,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
upload_url: ${{ github.event.release.upload_url }} upload_url: ${{ github.event.release.upload_url }}
asset_path: jiji_v${{ github.event.release.tag_name }}.tar.gz asset_path: jiji_auto_v${{ github.event.release.tag_name }}.tar.gz
asset_name: jiji_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 asset_content_type: application/gzip