Skip to content

Commit 4ec6711

Browse files
authored
Bind tolk-stdlib to tolk release... (#1752)
* add talk-stdlib to tolk release * add talk-stdlib to tolk release
1 parent 3d49e8b commit 4ec6711

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/create-tolk-release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99

1010
permissions: write-all
1111

12+
env:
13+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
1215
jobs:
1316
create-release:
1417
runs-on: ubuntu-22.04
@@ -152,3 +155,11 @@ jobs:
152155
asset_name: ton-wasm.zip
153156
tag: ${{ inputs.tag }}
154157

158+
- name: Upload stdlib
159+
run: |
160+
mkdir smartcont_lib
161+
cd smartcont_lib
162+
cp -r ../artifacts/ton-x86_64-linux/{smartcont,lib} .
163+
zip -r smartcont_lib.zip .
164+
gh release upload ${{ inputs.tag }} smartcont_lib.zip
165+

0 commit comments

Comments
 (0)