Skip to content

Commit

Permalink
add appimages to release (for testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Dec 25, 2024
1 parent ef16611 commit b70906d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b70906d

Please sign in to comment.