From ee2dc9ccc5c54dda6f57adef6e96a5c7c740bb75 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Tue, 4 Oct 2022 16:33:43 +0800 Subject: [PATCH] [Release] test CI 11 --- .github/workflows/ci-win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index d922d351..322ecf78 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -177,7 +177,7 @@ 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-win-${{matrix.config.platform}}-qt${{matrix.config.qt}}_v${{env.VNOTE_VER}}.zip" commit: master tag: v${{env.VNOTE_VER}} allowUpdates: true