From c264241e01edcdf5025fed1bca82f01bc1158766 Mon Sep 17 00:00:00 2001 From: neodiX Date: Wed, 25 Dec 2024 23:51:00 +0400 Subject: [PATCH] appimages only on ubuntu 20 with ssl-3 for now --- .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 fb832cfd..34648b3b 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -477,14 +477,6 @@ jobs: asset_name: ton-appimages-ubuntu-20.04.zip tag: ${{ steps.tag.outputs.TAG }} - - name: Upload Linux x86-64 artifacts 22 - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: artifacts/ton-appimages-ubuntu-22.04.zip - asset_name: ton-appimages-ubuntu-22.04.zip - tag: ${{ steps.tag.outputs.TAG }} - # linux x86-64 - name: Upload Linux x86-64 artifacts