From 53613f9ef6c871ef2035277653edd138ff3e030b Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Wed, 3 May 2023 12:38:33 +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 4eb7e15..cd186f8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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