Skip to content

Commit

Permalink
修复了第55行换行错误
Browse files Browse the repository at this point in the history
1.错误信息指出 .github/workflows/CI-Build.yml 文件的第 55 行存在 YAML 语法错误。
2.第 55 行通常处于 Release 作业的 Create Release 步骤中,可能涉及到该步骤的 with 部分的参数配置问题,例如语法错误、变量引用错误或不匹配的格式。
  • Loading branch information
dream-pep authored Jan 21, 2025
1 parent d27a0cf commit c3cc8e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Update code
shell: cmd
working-directory:./
run:./.build/update_code.bat
run: |
./.build/update_code.bat
- name: Build
shell: powershell
Expand Down

0 comments on commit c3cc8e9

Please sign in to comment.