From fce33043339d0f4f63112c16a96ff385e48e8657 Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Mon, 25 Mar 2024 17:01:50 -0300 Subject: [PATCH] Fixed files upload. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0c15945..f02faca 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -146,7 +146,7 @@ jobs: with: body: "${{ github.event.head_commit.message }} (commit: ${{ github.sha }})
**Note**: Ignore the commit information of the tag, the files in the release keep updating with every new build, these packages were built from ${{ github.sha }} commit." prerelease: true - files: packages-v4.14/* + files: packages-v4.19/* name: Daily Build tag_name: daily-build env: