From 2624d5d6fe7f96c4949bd8f27efd2b168ae349a5 Mon Sep 17 00:00:00 2001 From: Tim-Paik Date: Sun, 22 Aug 2021 18:40:26 +0800 Subject: [PATCH] github action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62c29de..cd79c25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: vcpkg integrate install - - run: vcpkg install openssl:x64-windows + - run: vcpkg install openssl:x64-windows-static-md - uses: taiki-e/upload-rust-binary-action@v1 with: bin: web