From c95e78f2af407d26d13bf4e2d0813300ee335e49 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:45:02 +0530 Subject: [PATCH] Remove compress iso --- .github/workflows/CI.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bbf8ba0..af6621e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -73,16 +73,6 @@ jobs: echo unzip cd.zip EOF - - name: Compress ISO - run: | - cd ${{ github.workspace }} - mkdir ISO - mv ${{ github.workspace }}/*.iso ${{ github.workspace }}/ISO - cd ISO - ISONAME=$(ls ${{ github.workspace }}/ISO | grep .iso | rev | cut -c 5- | rev) - tar -czvf ${ISONAME}.tar.gz ${ISONAME}.iso - ls -l - - name: Release if: github.ref == 'refs/heads/kubuntuLTS' uses: softprops/action-gh-release@v2