浏览代码

Update ci.yml

release/3.x.x
Christian 3 年前
父节点
当前提交
dfaf3dc31f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      .github/workflows/ci.yml

+ 3
- 3
.github/workflows/ci.yml 查看文件

@@ -18,9 +18,9 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Build
shell: pwsh
run: |
.\Build\build.ps1 1.2.3 4.5.6-rc1
shell: pwsh
run: |
.\Build\build.ps1 1.2.3 4.5.6-rc1


# - name: Install dependencies


正在加载...
取消
保存