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: