mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix failing release creation due to missing windows binaries (#632)
* Update create-release.yml * Update win-2019-compile.yml * Update create-release.yml
This commit is contained in:
parent
c2c9a93916
commit
e62830fb10
2 changed files with 2 additions and 2 deletions
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
|
@ -384,4 +384,4 @@ jobs:
|
|||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: artifacts/ton-wasm-binaries.zip
|
||||
asset_name: ton-wasm-binaries.zip
|
||||
tag: v${{ steps.date.outputs.date }}
|
||||
tag: v${{ steps.date.outputs.date }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue