1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

appimages only on ubuntu 20 with ssl-3 for now

This commit is contained in:
neodiX 2024-12-25 23:54:26 +04:00
parent c264241e01
commit 648d113c0b
2 changed files with 2 additions and 2 deletions

View file

@ -50,5 +50,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@master
with:
name: ton-appimages-${{ matrix.os }}
name: ton-appimages-20.04
path: appimages/artifacts2

View file

@ -473,7 +473,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-appimages-ubuntu-20.04.zip
file: artifacts/ton-appimages-.zip
asset_name: ton-appimages-ubuntu-20.04.zip
tag: ${{ steps.tag.outputs.TAG }}