From afa639411f793072fc128d2860985b3b0f8f9406 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Wed, 3 May 2023 12:37:49 +0530 Subject: [PATCH] Use uncompressed iso --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f3eb3e7..bfd4c65 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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