Skip to content

Windows

Windows #17

Workflow file for this run

name: Windows
on:
create:
tags:
- v*-windows
jobs:
windows:
runs-on: windows-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Build tdlib for windows
run: /bin/bash windows.sh