Update CI.yml

This commit is contained in:
Aditya Garg 2023-03-06 19:50:38 +05:30 committed by GitHub
parent 160a98f1a5
commit d1ec951434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ jobs:
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 ${{ github.workspace }}/ISO/${ISONAME}.iso
tar -czvf ${ISONAME}.tar.gz ${ISONAME}.iso
ls -l
- name: Release