mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add tonlibjson.dll to github windows artifacts (#384)
Add tonlibjson.dll to final artifacts
This commit is contained in:
parent
85b5be4e70
commit
a9ba27382c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows2019x64-compile.yml
vendored
1
.github/workflows/windows2019x64-compile.yml
vendored
|
@ -73,6 +73,7 @@ jobs:
|
|||
run: |
|
||||
mkdir artifacts
|
||||
for /f %%a in ('dir *.exe /b /a /s') do copy /Y %%a artifacts
|
||||
copy build\tonlib\Release\tonlibjson.dll artifacts
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue