File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,4 +384,4 @@ jobs:
384
384
repo_token : ${{ secrets.GITHUB_TOKEN }}
385
385
file : artifacts/ton-wasm-binaries.zip
386
386
asset_name : ton-wasm-binaries.zip
387
- tag : v${{ steps.date.outputs.date }}
387
+ tag : v${{ steps.date.outputs.date }}
Original file line number Diff line number Diff line change 79
79
mkdir artifacts\smartcont
80
80
mkdir artifacts\lib
81
81
82
- for %%I in (build\storage\storage-daemon\storage-daemon.exe build\storage\storage-daemon\storage-daemon-cli.exe build\blockchain-explorer\blockchain-explorer.exe build\crypto\Release\fift.exe build\crypto\Release\tlbc.exe build\crypto\Release\func.exe build\crypto\Release\create-state.exe build\validator-engine-console\Release\validator-engine-console.exe build\tonlib\Release\tonlib-cli.exe build\tonlib\Release\tonlibjson.dll build\http\Release\http-proxy.exe build\rldp-http-proxy\Release\rldp-http-proxy.exe build\dht-server\Release\dht-server.exe build\lite-client\Release\lite-client.exe build\validator-engine\Release\validator-engine.exe build\utils\Release\generate-random-id.exe build\utils\Release\json2tlo.exe build\adnl\Release\adnl-proxy.exe) do copy %%I artifacts\
82
+ for %%I in (build\storage\storage-daemon\Release\ storage-daemon.exe build\storage\storage-daemon\Release \storage-daemon-cli.exe build\blockchain-explorer\blockchain-explorer.exe build\crypto\Release\fift.exe build\crypto\Release\tlbc.exe build\crypto\Release\func.exe build\crypto\Release\create-state.exe build\validator-engine-console\Release\validator-engine-console.exe build\tonlib\Release\tonlib-cli.exe build\tonlib\Release\tonlibjson.dll build\http\Release\http-proxy.exe build\rldp-http-proxy\Release\rldp-http-proxy.exe build\dht-server\Release\dht-server.exe build\lite-client\Release\lite-client.exe build\validator-engine\Release\validator-engine.exe build\utils\Release\generate-random-id.exe build\utils\Release\json2tlo.exe build\adnl\Release\adnl-proxy.exe) do copy %%I artifacts\
83
83
xcopy /e /k /h /i crypto\smartcont artifacts\smartcont
84
84
xcopy /e /k /h /i crypto\fift\lib artifacts\lib
85
85
You can’t perform that action at this time.
0 commit comments