From c1e8834026e4744790f5fde3fcbf9a9409fe2aaa Mon Sep 17 00:00:00 2001 From: neodiX Date: Fri, 31 Jan 2025 18:36:24 +0400 Subject: [PATCH] use gh cli for upload smartcont_lib --- .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 092a25f0..f44ae78e 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 + run: | + mkdir smartcont_lib + cd smartcont_lib + cp -r artifacts/ton-x86_64-linux/{smartcont,lib} . + zip -r smartcont_lib.zip . + gh release upload ${{ steps.tag.outputs.TAG }} smartcont_lib.zip + - name: Upload generic smartcont+lib artifact uses: svenstaro/upload-release-action@v2 with: