Remove compress iso

This commit is contained in:
Aditya Garg 2024-06-20 10:45:35 +05:30 committed by GitHub
parent e093078070
commit e58f7fb38f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,16 +41,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/kubuntuMainline'
uses: softprops/action-gh-release@v2