Try uncompressed release

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

View File

@ -54,7 +54,8 @@ jobs:
if: github.ref == 'refs/heads/mainline-16,4'
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}/ISO/*.tar.gz
#files: ${{ github.workspace }}/ISO/*.tar.gz
files: ${{ github.workspace }}/*.iso
tag_name: v${{ steps.tag.outputs.tag }}
body_path: ${{ github.workspace }}/.github/workflows/instructions.txt
draft: false