Use uncompressed iso

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

View File

@ -88,7 +88,8 @@ jobs:
if: github.ref == 'refs/heads/mainline'
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