From 4120ea2601228f236f180c5a59a3ccaf245f3826 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Tue, 4 Oct 2022 09:39:03 +0800 Subject: [PATCH] [Release] test CI 6 --- .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 e4edebfd..053e593a 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -176,7 +176,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}}.zip,${{runner.workspace}}/build/distrib/VNote*.msi + artifacts: ${{runner.workspace}}\build\vnote-win-${{matrix.config.platform}}-qt${{matrix.config.qt}}.zip,${{runner.workspace}}\build\distrib\VNote*.msi commit: master tag: v${{env.VNOTE_VER}} allowUpdates: true