mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
create tolk release github action (#1490)
* add create-tolk-release.yml * adjust create-tolk-release for old workflows * use custom tag * use old names * use old names
This commit is contained in:
parent
1b7c46f496
commit
59a8cf0ae5
2 changed files with 144 additions and 0 deletions
10
.github/workflows/create-release.yml
vendored
10
.github/workflows/create-release.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
workflow: ton-x86-64-linux.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
branch: master
|
||||
skip_unpack: true
|
||||
|
||||
- name: Download and unzip Linux x86-64 artifacts
|
||||
|
|
@ -25,6 +26,7 @@ jobs:
|
|||
workflow: ton-x86-64-linux.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
branch: master
|
||||
skip_unpack: false
|
||||
|
||||
- name: Download Mac x86-64 artifacts
|
||||
|
|
@ -33,6 +35,7 @@ jobs:
|
|||
workflow: ton-x86-64-macos.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
branch: master
|
||||
skip_unpack: true
|
||||
|
||||
- name: Download Mac arm64 artifacts
|
||||
|
|
@ -41,6 +44,7 @@ jobs:
|
|||
workflow: ton-arm64-macos.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
branch: master
|
||||
skip_unpack: true
|
||||
|
||||
- name: Download and unzip Mac x86-64 artifacts
|
||||
|
|
@ -49,6 +53,7 @@ jobs:
|
|||
workflow: ton-x86-64-macos.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
branch: master
|
||||
skip_unpack: false
|
||||
|
||||
- name: Download and unzip arm64 artifacts
|
||||
|
|
@ -57,6 +62,7 @@ jobs:
|
|||
workflow: ton-arm64-macos.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
branch: master
|
||||
skip_unpack: false
|
||||
|
||||
- name: Download Windows artifacts
|
||||
|
|
@ -65,6 +71,7 @@ jobs:
|
|||
workflow: ton-x86-64-windows.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
branch: master
|
||||
skip_unpack: true
|
||||
|
||||
- name: Download and unzip Windows artifacts
|
||||
|
|
@ -73,6 +80,7 @@ jobs:
|
|||
workflow: ton-x86-64-windows.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
branch: master
|
||||
skip_unpack: false
|
||||
|
||||
- name: Download WASM artifacts
|
||||
|
|
@ -81,6 +89,7 @@ jobs:
|
|||
workflow: build-ton-wasm-emscripten.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
branch: master
|
||||
skip_unpack: true
|
||||
|
||||
- name: Download Android Tonlib artifacts
|
||||
|
|
@ -89,6 +98,7 @@ jobs:
|
|||
workflow: build-ton-linux-android-tonlib.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
branch: master
|
||||
skip_unpack: true
|
||||
|
||||
- name: Show all artifacts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue