From a20810386110c78d86624cded5249e9190d9871f Mon Sep 17 00:00:00 2001 From: neodiX Date: Thu, 8 Jun 2023 18:31:46 +0200 Subject: [PATCH] Remove TON arm64 compilation with Docker; Fix windows build; Sync create release with master. --- .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 85560080..cb665122 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -359,7 +359,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: artifacts/ton-x86_64-linux-binaries/libtonlibjson.so + file: artifacts/ton-x86_64-linux-binaries/libtonlibjson.so.0.5 asset_name: tonlibjson-linux-x86_64.so tag: ${{ steps.tag.outputs.TAG }}