1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 11:12:16 +00:00

upgrade upload-release-action@v2 to v3

This commit is contained in:
neodiX 2025-01-31 12:54:02 +04:00
parent e4af0bc8fe
commit 516126084a
2 changed files with 74 additions and 74 deletions

View file

@ -172,7 +172,7 @@ jobs:
# win # win
- name: Upload Windows 2019 artifacts - name: Upload Windows 2019 artifacts
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows.zip file: artifacts/ton-x86-64-windows.zip
@ -180,7 +180,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - fift - name: Upload Windows 2019 single artifact - fift
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/fift.exe file: artifacts/ton-x86-64-windows/fift.exe
@ -188,7 +188,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - func - name: Upload Windows 2019 single artifact - func
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/func.exe file: artifacts/ton-x86-64-windows/func.exe
@ -196,7 +196,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - tolk - name: Upload Windows 2019 single artifact - tolk
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/tolk.exe file: artifacts/ton-x86-64-windows/tolk.exe
@ -204,7 +204,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - lite-client - name: Upload Windows 2019 single artifact - lite-client
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/lite-client.exe file: artifacts/ton-x86-64-windows/lite-client.exe
@ -212,7 +212,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - proxy-liteserver - name: Upload Windows 2019 single artifact - proxy-liteserver
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/proxy-liteserver.exe file: artifacts/ton-x86-64-windows/proxy-liteserver.exe
@ -220,7 +220,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - rldp-http-proxy - name: Upload Windows 2019 single artifact - rldp-http-proxy
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/rldp-http-proxy.exe file: artifacts/ton-x86-64-windows/rldp-http-proxy.exe
@ -228,7 +228,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - http-proxy - name: Upload Windows 2019 single artifact - http-proxy
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/http-proxy.exe file: artifacts/ton-x86-64-windows/http-proxy.exe
@ -236,7 +236,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - storage-daemon-cli - name: Upload Windows 2019 single artifact - storage-daemon-cli
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/storage-daemon-cli.exe file: artifacts/ton-x86-64-windows/storage-daemon-cli.exe
@ -244,7 +244,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - storage-daemon - name: Upload Windows 2019 single artifact - storage-daemon
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/storage-daemon.exe file: artifacts/ton-x86-64-windows/storage-daemon.exe
@ -252,7 +252,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - tonlibjson - name: Upload Windows 2019 single artifact - tonlibjson
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/tonlibjson.dll file: artifacts/ton-x86-64-windows/tonlibjson.dll
@ -260,7 +260,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - libemulator - name: Upload Windows 2019 single artifact - libemulator
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/emulator.dll file: artifacts/ton-x86-64-windows/emulator.dll
@ -268,7 +268,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Windows 2019 single artifact - tonlib-cli - name: Upload Windows 2019 single artifact - tonlib-cli
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/tonlib-cli.exe file: artifacts/ton-x86-64-windows/tonlib-cli.exe
@ -278,7 +278,7 @@ jobs:
# mac x86-64 # mac x86-64
- name: Upload Mac x86-64 artifacts - name: Upload Mac x86-64 artifacts
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos.zip file: artifacts/ton-x86_64-macos.zip
@ -286,7 +286,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - fift - name: Upload Mac x86-64 single artifact - fift
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/fift file: artifacts/ton-x86_64-macos/fift
@ -294,7 +294,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - func - name: Upload Mac x86-64 single artifact - func
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/func file: artifacts/ton-x86_64-macos/func
@ -302,7 +302,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - tolk - name: Upload Mac x86-64 single artifact - tolk
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/tolk file: artifacts/ton-x86_64-macos/tolk
@ -310,7 +310,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - lite-client - name: Upload Mac x86-64 single artifact - lite-client
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/lite-client file: artifacts/ton-x86_64-macos/lite-client
@ -318,7 +318,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - proxy-liteserver - name: Upload Mac x86-64 single artifact - proxy-liteserver
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/proxy-liteserver file: artifacts/ton-x86_64-macos/proxy-liteserver
@ -326,7 +326,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - rldp-http-proxy - name: Upload Mac x86-64 single artifact - rldp-http-proxy
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/rldp-http-proxy file: artifacts/ton-x86_64-macos/rldp-http-proxy
@ -334,7 +334,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - http-proxy - name: Upload Mac x86-64 single artifact - http-proxy
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/http-proxy file: artifacts/ton-x86_64-macos/http-proxy
@ -342,7 +342,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - storage-daemon-cli - name: Upload Mac x86-64 single artifact - storage-daemon-cli
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/storage-daemon-cli file: artifacts/ton-x86_64-macos/storage-daemon-cli
@ -350,7 +350,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - storage-daemon - name: Upload Mac x86-64 single artifact - storage-daemon
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/storage-daemon file: artifacts/ton-x86_64-macos/storage-daemon
@ -358,7 +358,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - tonlibjson - name: Upload Mac x86-64 single artifact - tonlibjson
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/libtonlibjson.dylib file: artifacts/ton-x86_64-macos/libtonlibjson.dylib
@ -366,7 +366,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - libemulator - name: Upload Mac x86-64 single artifact - libemulator
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/libemulator.dylib file: artifacts/ton-x86_64-macos/libemulator.dylib
@ -374,7 +374,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac x86-64 single artifact - tonlib-cli - name: Upload Mac x86-64 single artifact - tonlib-cli
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/tonlib-cli file: artifacts/ton-x86_64-macos/tonlib-cli
@ -385,7 +385,7 @@ jobs:
# mac arm64 # mac arm64
- name: Upload Mac arm64 artifacts - name: Upload Mac arm64 artifacts
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos.zip file: artifacts/ton-arm64-macos.zip
@ -393,7 +393,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - fift - name: Upload Mac arm64 single artifact - fift
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/fift file: artifacts/ton-arm64-macos/fift
@ -401,7 +401,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - func - name: Upload Mac arm64 single artifact - func
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/func file: artifacts/ton-arm64-macos/func
@ -409,7 +409,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - tolk - name: Upload Mac arm64 single artifact - tolk
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/tolk file: artifacts/ton-arm64-macos/tolk
@ -417,7 +417,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - lite-client - name: Upload Mac arm64 single artifact - lite-client
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/lite-client file: artifacts/ton-arm64-macos/lite-client
@ -425,7 +425,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - proxy-liteserver - name: Upload Mac arm64 single artifact - proxy-liteserver
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/proxy-liteserver file: artifacts/ton-arm64-macos/proxy-liteserver
@ -433,7 +433,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - rldp-http-proxy - name: Upload Mac arm64 single artifact - rldp-http-proxy
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/rldp-http-proxy file: artifacts/ton-arm64-macos/rldp-http-proxy
@ -441,7 +441,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - http-proxy - name: Upload Mac arm64 single artifact - http-proxy
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/http-proxy file: artifacts/ton-arm64-macos/http-proxy
@ -449,7 +449,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - storage-daemon-cli - name: Upload Mac arm64 single artifact - storage-daemon-cli
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/storage-daemon-cli file: artifacts/ton-arm64-macos/storage-daemon-cli
@ -457,7 +457,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - storage-daemon - name: Upload Mac arm64 single artifact - storage-daemon
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/storage-daemon file: artifacts/ton-arm64-macos/storage-daemon
@ -465,7 +465,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - tonlibjson - name: Upload Mac arm64 single artifact - tonlibjson
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/libtonlibjson.dylib file: artifacts/ton-arm64-macos/libtonlibjson.dylib
@ -473,7 +473,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - libemulator - name: Upload Mac arm64 single artifact - libemulator
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/libemulator.dylib file: artifacts/ton-arm64-macos/libemulator.dylib
@ -481,7 +481,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Mac arm64 single artifact - tonlib-cli - name: Upload Mac arm64 single artifact - tonlib-cli
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/tonlib-cli file: artifacts/ton-arm64-macos/tonlib-cli
@ -491,7 +491,7 @@ jobs:
# linux x86-64 # linux x86-64
- name: Upload Linux x86-64 artifacts - name: Upload Linux x86-64 artifacts
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux.zip file: artifacts/ton-x86_64-linux.zip
@ -499,7 +499,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload generic smartcont+lib artifact - name: Upload generic smartcont+lib artifact
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/{smartcont,lib} file: artifacts/ton-x86_64-linux/{smartcont,lib}
@ -507,7 +507,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - fift - name: Upload Linux x86-64 single artifact - fift
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/fift file: artifacts/ton-x86_64-linux/fift
@ -515,7 +515,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - func - name: Upload Linux x86-64 single artifact - func
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/func file: artifacts/ton-x86_64-linux/func
@ -523,7 +523,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - tolk - name: Upload Linux x86-64 single artifact - tolk
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/tolk file: artifacts/ton-x86_64-linux/tolk
@ -531,7 +531,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - lite-client - name: Upload Linux x86-64 single artifact - lite-client
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/lite-client file: artifacts/ton-x86_64-linux/lite-client
@ -539,7 +539,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - proxy-liteserver - name: Upload Linux x86-64 single artifact - proxy-liteserver
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/proxy-liteserver file: artifacts/ton-x86_64-linux/proxy-liteserver
@ -547,7 +547,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - rldp-http-proxy - name: Upload Linux x86-64 single artifact - rldp-http-proxy
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/rldp-http-proxy file: artifacts/ton-x86_64-linux/rldp-http-proxy
@ -555,7 +555,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - http-proxy - name: Upload Linux x86-64 single artifact - http-proxy
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/http-proxy file: artifacts/ton-x86_64-linux/http-proxy
@ -563,7 +563,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - storage-daemon-cli - name: Upload Linux x86-64 single artifact - storage-daemon-cli
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/storage-daemon-cli file: artifacts/ton-x86_64-linux/storage-daemon-cli
@ -571,7 +571,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - storage-daemon - name: Upload Linux x86-64 single artifact - storage-daemon
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/storage-daemon file: artifacts/ton-x86_64-linux/storage-daemon
@ -579,7 +579,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - tonlibjson - name: Upload Linux x86-64 single artifact - tonlibjson
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/libtonlibjson.so file: artifacts/ton-x86_64-linux/libtonlibjson.so
@ -587,7 +587,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - libemulator - name: Upload Linux x86-64 single artifact - libemulator
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/libemulator.so file: artifacts/ton-x86_64-linux/libemulator.so
@ -595,7 +595,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux x86-64 single artifact - tonlib-cli - name: Upload Linux x86-64 single artifact - tonlib-cli
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/tonlib-cli file: artifacts/ton-x86_64-linux/tonlib-cli
@ -606,7 +606,7 @@ jobs:
# linux arm64 # linux arm64
- name: Upload Linux arm64 artifacts - name: Upload Linux arm64 artifacts
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux.zip file: artifacts/ton-arm64-linux.zip
@ -614,7 +614,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - fift - name: Upload Linux arm64 single artifact - fift
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/fift file: artifacts/ton-arm64-linux/fift
@ -622,7 +622,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - func - name: Upload Linux arm64 single artifact - func
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/func file: artifacts/ton-arm64-linux/func
@ -630,7 +630,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - tolk - name: Upload Linux arm64 single artifact - tolk
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/tolk file: artifacts/ton-arm64-linux/tolk
@ -638,7 +638,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - lite-client - name: Upload Linux arm64 single artifact - lite-client
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/lite-client file: artifacts/ton-arm64-linux/lite-client
@ -646,7 +646,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - proxy-liteserver - name: Upload Linux arm64 single artifact - proxy-liteserver
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/proxy-liteserver file: artifacts/ton-arm64-linux/proxy-liteserver
@ -654,7 +654,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - rldp-http-proxy - name: Upload Linux arm64 single artifact - rldp-http-proxy
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/rldp-http-proxy file: artifacts/ton-arm64-linux/rldp-http-proxy
@ -662,7 +662,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - http-proxy - name: Upload Linux arm64 single artifact - http-proxy
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/http-proxy file: artifacts/ton-arm64-linux/http-proxy
@ -670,7 +670,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - storage-daemon-cli - name: Upload Linux arm64 single artifact - storage-daemon-cli
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/storage-daemon-cli file: artifacts/ton-arm64-linux/storage-daemon-cli
@ -678,7 +678,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - storage-daemon - name: Upload Linux arm64 single artifact - storage-daemon
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/storage-daemon file: artifacts/ton-arm64-linux/storage-daemon
@ -686,7 +686,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - tonlibjson - name: Upload Linux arm64 single artifact - tonlibjson
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/libtonlibjson.so file: artifacts/ton-arm64-linux/libtonlibjson.so
@ -694,7 +694,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - libemulator - name: Upload Linux arm64 single artifact - libemulator
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/libemulator.so file: artifacts/ton-arm64-linux/libemulator.so
@ -702,7 +702,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Linux arm64 single artifact - tonlib-cli - name: Upload Linux arm64 single artifact - tonlib-cli
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/tonlib-cli file: artifacts/ton-arm64-linux/tonlib-cli
@ -711,7 +711,7 @@ jobs:
- name: Upload WASM artifacts - name: Upload WASM artifacts
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-wasm.zip file: artifacts/ton-wasm.zip
@ -719,7 +719,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }} tag: ${{ steps.tag.outputs.TAG }}
- name: Upload Android Tonlib artifacts - name: Upload Android Tonlib artifacts
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-android-tonlib.zip file: artifacts/ton-android-tonlib.zip

View file

@ -97,7 +97,7 @@ jobs:
# win # win
- name: Upload Windows 2019 single artifact - tolk - name: Upload Windows 2019 single artifact - tolk
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86-64-windows/tolk.exe file: artifacts/ton-x86-64-windows/tolk.exe
@ -107,7 +107,7 @@ jobs:
# mac x86-64 # mac x86-64
- name: Upload Mac x86-64 single artifact - tolk - name: Upload Mac x86-64 single artifact - tolk
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-macos/tolk file: artifacts/ton-x86_64-macos/tolk
@ -117,7 +117,7 @@ jobs:
# mac arm64 # mac arm64
- name: Upload Mac arm64 single artifact - tolk - name: Upload Mac arm64 single artifact - tolk
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-macos/tolk file: artifacts/ton-arm64-macos/tolk
@ -127,7 +127,7 @@ jobs:
# linux x86-64 # linux x86-64
- name: Upload Linux x86-64 single artifact - tolk - name: Upload Linux x86-64 single artifact - tolk
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-x86_64-linux/tolk file: artifacts/ton-x86_64-linux/tolk
@ -137,7 +137,7 @@ jobs:
# linux arm64 # linux arm64
- name: Upload Linux arm64 single artifact - tolk - name: Upload Linux arm64 single artifact - tolk
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-arm64-linux/tolk file: artifacts/ton-arm64-linux/tolk
@ -145,7 +145,7 @@ jobs:
tag: ${{ inputs.tag }} tag: ${{ inputs.tag }}
- name: Upload WASM artifacts - name: Upload WASM artifacts
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v3
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/ton-wasm.zip file: artifacts/ton-wasm.zip