From 12fe2faa6b768cb322bbde144bac2f90385c1e80 Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Fri, 31 May 2024 08:03:36 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=83=91=E3=82=B9=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 7342b52..244c46d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: | curl.exe https://www.willus.com/archive/zip64/infozip_binaries_win64.zip -o zip64.zip 7z x zip64.zip -oC:\tools - echo "C:/tools/zip64" >> $GITHUB_PATH + echo "C:/tools" >> $GITHUB_PATH - name: Determine version id: version run: |