From 85e4bfff4ef87a0d92f808e1a083d26477b7e86b Mon Sep 17 00:00:00 2001 From: diamante0018 Date: Sat, 29 Nov 2025 18:38:12 +0100 Subject: [PATCH] fix(build): download msvc binaries --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83c0f26..601901e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,7 +162,7 @@ jobs: - name: Download Release binaries uses: actions/download-artifact@main with: - name: windows-x64-release + name: windows-x64-release-msvc # Set up committer info and GPG key - name: Install SSH key