mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
use gh cli for upload smartcont_lib
This commit is contained in:
parent
e391f826cb
commit
c1e8834026
1 changed files with 8 additions and 0 deletions
8
.github/workflows/create-release.yml
vendored
8
.github/workflows/create-release.yml
vendored
|
@ -498,6 +498,14 @@ jobs:
|
||||||
asset_name: ton-linux-x86_64.zip
|
asset_name: ton-linux-x86_64.zip
|
||||||
tag: ${{ steps.tag.outputs.TAG }}
|
tag: ${{ steps.tag.outputs.TAG }}
|
||||||
|
|
||||||
|
- name: Upload generic smartcont+lib artifact
|
||||||
|
run: |
|
||||||
|
mkdir smartcont_lib
|
||||||
|
cd smartcont_lib
|
||||||
|
cp -r artifacts/ton-x86_64-linux/{smartcont,lib} .
|
||||||
|
zip -r smartcont_lib.zip .
|
||||||
|
gh release upload ${{ steps.tag.outputs.TAG }} smartcont_lib.zip
|
||||||
|
|
||||||
- name: Upload generic smartcont+lib artifact
|
- name: Upload generic smartcont+lib artifact
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue