1
0
Fork 0
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:
neodiX 2025-01-31 18:43:57 +04:00
parent c1e8834026
commit 5f7b31b9bb

View file

@ -502,7 +502,7 @@ jobs:
run: |
mkdir smartcont_lib
cd smartcont_lib
cp -r artifacts/ton-x86_64-linux/{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