From 6dd99e40cbe5a5a8c26956ab0d3f56dc502ac525 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 6 May 2023 19:21:51 +0530 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ea9687b..be72689 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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