name: CI Workflow
on: push: branches: - master # 当 master 分支有提交时触发
jobs: build-and-push: runs-on: windows # 本地 Windows 运行环境 env:
steps: - name: Build and test run: | echo "中文输出测试:成功!"
工作流输出是中文的是否是乱码,我使用的是exe文件注册的