Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed Mar 6, 2023
1 parent dc00d75 commit c53f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -113,7 +113,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
Expand Down

0 comments on commit c53f52f

Please sign in to comment.