From 3a48e67411bcc913b92e35589856f37dc1155e80 Mon Sep 17 00:00:00 2001 From: neodiX Date: Fri, 31 Jan 2025 10:21:51 +0400 Subject: [PATCH] add folders smartcont and lib only to release for having a small download link --- .github/workflows/create-release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 652aaef6..3886a23c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -498,6 +498,14 @@ jobs: asset_name: ton-linux-x86_64.zip tag: ${{ steps.tag.outputs.TAG }} + - name: Upload generic smartcont+lib artifact + uses: svenstaro/upload-release-action@v2 + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + file: artifacts/ton-x86_64-linux/{smartcont,lib} + asset_name: smartcont + tag: ${{ steps.tag.outputs.TAG }} + - name: Upload Linux x86-64 single artifact - fift uses: svenstaro/upload-release-action@v2 with: