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

add appimages to release (for testing)

This commit is contained in:
neodiX 2024-12-25 20:23:25 +04:00
parent ef16611110
commit b70906da6e

View file

@ -27,6 +27,14 @@ jobs:
workflow_conclusion: success
skip_unpack: false
- name: Download and unzip Linux x86-64 appimages
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-ton-linux-x86-64-appimage.yml
path: artifacts
workflow_conclusion: success
skip_unpack: false
- name: Download Mac x86-64 artifacts
uses: dawidd6/action-download-artifact@v6
with:
@ -460,6 +468,23 @@ jobs:
asset_name: tonlib-cli-mac-arm64
tag: ${{ steps.tag.outputs.TAG }}
# linux x86-64 appimages
- name: Upload Linux x86-64 artifacts 20
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-appimages-ubuntu-20.04.zip
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