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

adjust create-tolk-release for old workflows

This commit is contained in:
neodiX 2025-01-23 17:41:43 +04:00
parent 0f840b92f7
commit 45f194c3dc

View file

@ -16,19 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download and unzip Linux arm64 artifacts
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-ton-linux-arm64-appimage.yml
path: artifacts
workflow_conclusion: success
branch: master
skip_unpack: false
- name: Download and unzip Linux x86-64 artifacts
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-ton-linux-x86-64-appimage.yml
workflow: ton-x86-64-linux.yml
path: artifacts
workflow_conclusion: success
branch: master
@ -37,7 +28,7 @@ jobs:
- name: Download and unzip Mac x86-64 artifacts
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-ton-macos-13-x86-64-portable.yml
workflow: ton-x86-64-macos.yml
path: artifacts
workflow_conclusion: success
branch: master
@ -46,7 +37,7 @@ jobs:
- name: Download and unzip arm64 artifacts
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-ton-macos-14-arm64-portable.yml
workflow: ton-arm64-macos.yml
path: artifacts
workflow_conclusion: success
branch: master