From 2846e590d5a820f76ae83703185f6cfa6b8f5744 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Tue, 4 Oct 2022 13:42:39 +0800 Subject: [PATCH] [Release] test CI 9 --- .github/workflows/ci-win.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index cc158719..b53e2e32 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -177,7 +177,8 @@ jobs: uses: ncipollo/release-action@v1.11.0 with: token: ${{ secrets.GITHUB_TOKEN }} - artifacts: ${{runner.workspace}}\build\vnote-win-${{matrix.config.platform}}-qt${{matrix.config.qt}}_v${{env.VNOTE_VER}}.zip + artifacts: ${{runner.workspace}}\build\vnote*.zip commit: master tag: v${{env.VNOTE_VER}} allowUpdates: true + draft: true