8000 fix: builed chinese bug, transfrom to utf-8 · trueai-org/mdrive@52efcbb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

v3.3.2-alpha.6

v3.3.2-alpha.6 #40

Workflow file for this run

name: Release Windows CI
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