From 0e9b6894c7952e882a4ec08b6a9428b7b1473d10 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Tue, 4 Oct 2022 09:36:43 +0800 Subject: [PATCH] [Release] test CI5 --- .github/workflows/ci-win.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index a6c68fca..e4edebfd 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -164,6 +164,13 @@ jobs: release: Continuous Build tag: continuous-build + - name: Test + shell: cmd + run: | + dir . + dir .\distrib + working-directory: ${{runner.workspace}}/build + - name: Release if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, '[Release]') uses: ncipollo/release-action@v1.11.0