diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index f44ae78e..801bce8a 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