Skip to content

处理文字内容

处理文字内容 #4

Workflow file for this run

on:
push:
paths-ignore:
- '.github/*'
- '*.md'
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Binary
shell: cmd
run: |
cmd /c build.bat
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: W10TTP_CI_Build
path: W10TTP.exe