1
0
Fork 0
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:
neodiX42 2022-05-25 22:27:36 +02:00 committed by GitHub
parent 85b5be4e70
commit a9ba27382c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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