8000 Create docker-image-m-drive-client.yml · trueai-org/mdrive@a49a7d0 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
7C14

v1.5.1-alpha

v1.5.1-alpha #12

name: release-windows-client
on:
release:
types: [published]
jobs:
build:
strategy:
matrix:
configuration: [Release]
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: cd scripts && .\build.ps1
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: MDrive
path:
.\scripts\MDrive.zip
0