fix: remove unwanted renaming from iso to img

This commit is contained in:
Nasir Hossain 2024-02-17 03:30:23 +06:00
parent b6debbaf4a
commit c7b81bc904

View File

@ -36,5 +36,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./egos.iso
asset_name: egos-v${{ github.run_number }}.img
asset_name: egos-v${{ github.run_number }}.iso
asset_content_type: application/octet-stream