From 8f7e5ead07b71e0c5ed28b3ea957631731d4ca94 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) (cherry picked from commit 3863bb1bdf0f7c9a0b35c2c19dc50943ca39657e) --- .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 45be181c3ce9e1..08d7e56fdabed9 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -108,7 +108,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