Update CI.yml

This commit is contained in:
Aditya Garg 2023-05-02 17:54:14 +05:30 committed by GitHub
parent 6c12a02b27
commit 692ef9be34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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