Change artefact name when releasing

This commit is contained in:
Thibault Ayanides 2021-01-15 09:13:12 +01:00 committed by Thibault Serti
parent 33b0dae4c3
commit f454b18991

View File

@ -62,5 +62,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./cis-hardening.deb
asset_name: cis-hardening.deb
asset_name: cis-hardening-${{ steps.vars.outputs.tag }}.deb
asset_content_type: application/vnd.debian.binary-package