From 692ef9be34bc263a65737c1250c4c9f53ceca690 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Tue, 2 May 2023 17:54:14 +0530 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8b558d7..a27e157 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -55,7 +55,7 @@ jobs: uses: softprops/action-gh-release@v1 with: #files: ${{ github.workspace }}/ISO/*.tar.gz - files: ${{ github.workspace }}/*.iso + files: ${{ github.workspace }}/ISO/*.iso tag_name: v${{ steps.tag.outputs.tag }} body_path: ${{ github.workspace }}/.github/workflows/instructions.txt draft: false