浏览代码

[Release] test CI5

Le Tan 3 年之前
父节点
当前提交
0e9b6894c7
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .github/workflows/ci-win.yml

+ 7 - 0
.github/workflows/ci-win.yml

@@ -164,6 +164,13 @@ jobs:
           release: Continuous Build
           release: Continuous Build
           tag: continuous-build
           tag: continuous-build
 
 
+      - name: Test
+        shell: cmd
+        run: |
+          dir .
+          dir .\distrib
+        working-directory: ${{runner.workspace}}/build
+
       - name: Release
       - name: Release
         if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, '[Release]')
         if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, '[Release]')
         uses: ncipollo/[email protected]
         uses: ncipollo/[email protected]