From 3863bb1bdf0f7c9a0b35c2c19dc50943ca39657e Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Mon, 11 Mar 2024 12:29:24 +0800 Subject: [PATCH] ci: fix Windows gh release pipeline (#165) --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 7aec77f0dac45f..c840862a5e28f3 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -99,7 +99,7 @@ jobs: uses: actions/download-artifact@v3 with: name: windows-artifact - path: .windows-release/ + path: ./windows-release/ - name: Release uses: softprops/action-gh-release@v1