From 5f7b31b9bb85036b426dea492ec2a489ed8cf3ae Mon Sep 17 00:00:00 2001 From: neodiX Date: Fri, 31 Jan 2025 18:43:57 +0400 Subject: [PATCH] use gh cli for upload smartcont_lib --- .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 f44ae78e7..801bce8a2 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -502,7 +502,7 @@ jobs: run: | mkdir smartcont_lib cd smartcont_lib - cp -r artifacts/ton-x86_64-linux/{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