From e4af0bc8fedc390fa81bb60053470bf0128267ef Mon Sep 17 00:00:00 2001 From: neodiX Date: Fri, 31 Jan 2025 10:29:25 +0400 Subject: [PATCH] allow usage of patter in file name --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 3886a23c..092a25f0 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -503,7 +503,7 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: artifacts/ton-x86_64-linux/{smartcont,lib} - asset_name: smartcont + file_glob: true tag: ${{ steps.tag.outputs.TAG }} - name: Upload Linux x86-64 single artifact - fift