Skip to content

Commit 5f7b31b

Browse files
committed
use gh cli for upload smartcont_lib
1 parent c1e8834 commit 5f7b31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ jobs:
502502
run: |
503503
mkdir smartcont_lib
504504
cd smartcont_lib
505-
cp -r artifacts/ton-x86_64-linux/{smartcont,lib} .
505+
cp -r ../artifacts/ton-x86_64-linux/{smartcont,lib} .
506506
zip -r smartcont_lib.zip .
507507
gh release upload ${{ steps.tag.outputs.TAG }} smartcont_lib.zip
508508

0 commit comments

Comments
 (0)