From d0cb9688adbdb6b0f90f7c1c314443ade58dd8e7 Mon Sep 17 00:00:00 2001 From: neodiX Date: Fri, 31 Jan 2025 19:22:13 +0400 Subject: [PATCH] clean up --- .github/workflows/create-release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8874d311f..05a3db265 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -509,14 +509,6 @@ jobs: 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: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: artifacts/ton-x86_64-linux/{smartcont,lib} - file_glob: true - tag: ${{ steps.tag.outputs.TAG }} - - name: Upload Linux x86-64 single artifact - fift uses: svenstaro/upload-release-action@v2 with: