Update CI.yml

This commit is contained in:
Aditya Garg 2023-05-06 19:21:51 +05:30 committed by GitHub
parent 01644c6ace
commit 6dd99e40cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,6 @@ jobs:
cat livecd-${{ steps.tag.outputs.tag }}-t2.z?? > cd.zip
echo unzip cd.zip
EOF
ls /${{ github.workspace }}/output
- name: Compress ISO
run: |
@ -56,7 +55,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
#files: ${{ github.workspace }}/ISO/*.tar.gz
files: ${{ github.workspace }}/ISO/*.iso
#files: ${{ github.workspace }}/ISO/*.iso
files: ${{ github.workspace }}/output/*
tag_name: v${{ steps.tag.outputs.tag }}
body_path: ${{ github.workspace }}/.github/workflows/instructions.txt
draft: false