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:
parent
c264241e01
commit
648d113c0b
2 changed files with 2 additions and 2 deletions
|
@ -50,5 +50,5 @@ jobs:
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: ton-appimages-${{ matrix.os }}
|
name: ton-appimages-20.04
|
||||||
path: appimages/artifacts2
|
path: appimages/artifacts2
|
||||||
|
|
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
@ -473,7 +473,7 @@ jobs:
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
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
|
asset_name: ton-appimages-ubuntu-20.04.zip
|
||||||
tag: ${{ steps.tag.outputs.TAG }}
|
tag: ${{ steps.tag.outputs.TAG }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue