Use uncompressed iso

This commit is contained in:
Aditya Garg 2023-05-03 12:37:49 +05:30 committed by GitHub
parent 7ea40c4fa2
commit afa639411f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ jobs:
if: github.ref == 'refs/heads/jammy'
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}/ISO/*.tar.gz
#files: ${{ github.workspace }}/ISO/*.tar.gz
files: ${{ github.workspace }}/ISO/*.iso
tag_name: v${{ env.isotag }}
body_path: ${{ github.workspace }}/.github/workflows/instructions.txt
draft: false