@@ -167,6 +167,14 @@ jobs:
167167 asset_name : func.exe
168168 tag : ${{ steps.tag.outputs.TAG }}
169169
170+ - name : Upload Windows 2019 single artifact - tolk
171+ uses : svenstaro/upload-release-action@v2
172+ with :
173+ repo_token : ${{ secrets.GITHUB_TOKEN }}
174+ file : artifacts/ton-win-binaries/tolk.exe
175+ asset_name : tolk.exe
176+ tag : ${{ steps.tag.outputs.TAG }}
177+
170178 - name : Upload Windows 2019 single artifact - lite-client
171179 uses : svenstaro/upload-release-action@v2
172180 with :
@@ -257,6 +265,14 @@ jobs:
257265 asset_name : func-mac-x86-64
258266 tag : ${{ steps.tag.outputs.TAG }}
259267
268+ - name : Upload Mac x86-64 single artifact - tolk
269+ uses : svenstaro/upload-release-action@v2
270+ with :
271+ repo_token : ${{ secrets.GITHUB_TOKEN }}
272+ file : artifacts/ton-x86_64-macos-binaries/tolk
273+ asset_name : tolk-mac-x86-64
274+ tag : ${{ steps.tag.outputs.TAG }}
275+
260276 - name : Upload Mac x86-64 single artifact - lite-client
261277 uses : svenstaro/upload-release-action@v2
262278 with :
@@ -348,6 +364,14 @@ jobs:
348364 asset_name : func-mac-arm64
349365 tag : ${{ steps.tag.outputs.TAG }}
350366
367+ - name : Upload Mac arm64 single artifact - tolk
368+ uses : svenstaro/upload-release-action@v2
369+ with :
370+ repo_token : ${{ secrets.GITHUB_TOKEN }}
371+ file : artifacts/ton-arm64-macos-binaries/tolk
372+ asset_name : tolk-mac-arm64
373+ tag : ${{ steps.tag.outputs.TAG }}
374+
351375 - name : Upload Mac arm64 single artifact - lite-client
352376 uses : svenstaro/upload-release-action@v2
353377 with :
@@ -438,6 +462,14 @@ jobs:
438462 asset_name : func-linux-x86_64
439463 tag : ${{ steps.tag.outputs.TAG }}
440464
465+ - name : Upload Linux x86-64 single artifact - tolk
466+ uses : svenstaro/upload-release-action@v2
467+ with :
468+ repo_token : ${{ secrets.GITHUB_TOKEN }}
469+ file : artifacts/ton-x86_64-linux-binaries/tolk
470+ asset_name : tolk-linux-x86_64
471+ tag : ${{ steps.tag.outputs.TAG }}
472+
441473 - name : Upload Linux x86-64 single artifact - lite-client
442474 uses : svenstaro/upload-release-action@v2
443475 with :
0 commit comments