Remove compress iso

This commit is contained in:
Aditya Garg 2024-06-20 10:45:02 +05:30 committed by GitHub
parent 75c365ec5d
commit c95e78f2af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 10 deletions

View File

@ -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