Skip to content

Commit e62830f

Browse files
authoredMar 4, 2023
Fix failing release creation due to missing windows binaries (ton-blockchain#632)
* Update create-release.yml * Update win-2019-compile.yml * Update create-release.yml
1 parent c2c9a93 commit e62830f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,4 @@ jobs:
384384
repo_token: ${{ secrets.GITHUB_TOKEN }}
385385
file: artifacts/ton-wasm-binaries.zip
386386
asset_name: ton-wasm-binaries.zip
387-
tag: v${{ steps.date.outputs.date }}
387+
tag: v${{ steps.date.outputs.date }}

‎.github/workflows/win-2019-compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
mkdir artifacts\smartcont
8080
mkdir artifacts\lib
8181
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\
8383
xcopy /e /k /h /i crypto\smartcont artifacts\smartcont
8484
xcopy /e /k /h /i crypto\fift\lib artifacts\lib
8585

0 commit comments

Comments
 (0)
Please sign in to comment.