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

v1.5.2-alpha

v1.5.2-alpha #13

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