From ad548699f0902b3cf017c422cae107bf458140e0 Mon Sep 17 00:00:00 2001
From: Sam Cao <sjtucaocao@gmail.com>
Date: Wed, 11 Sep 2024 14:33:51 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci:=20Add=20workflow=20for=20win?=
 =?UTF-8?q?dows=2017?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/windows_x86_64_build.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/windows_x86_64_build.yml b/.github/workflows/windows_x86_64_build.yml
index 6cdf8ba9..0414b301 100644
--- a/.github/workflows/windows_x86_64_build.yml
+++ b/.github/workflows/windows_x86_64_build.yml
@@ -194,10 +194,12 @@ jobs:
         gradle test --rerun-tasks --debug
         gradle build generatePomFileForGeneratePomPublication
 
+    - name: Install 7zip
+      run: choco install 7zip.install
+
     - name: Clear up Source Jar
-      uses: montudor/action-zip@v1
-      with:
-        args: zip -d build\libs\javet-${{ env.JAVET_VERSION }}-sources.jar *.dll
+      run: |
+        7z d build\libs\javet-${{ env.JAVET_VERSION }}-sources.jar *.dll
 
     - name: Upload the Artifact
       uses: actions/upload-artifact@v4