From e00c2e960b8f22a776c4d46da43b784c10ec0d9f Mon Sep 17 00:00:00 2001 From: Steven Phillips Date: Tue, 30 Jul 2024 00:06:52 +0100 Subject: [PATCH] windows package fix --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index b41330fb..5703f303 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -71,7 +71,7 @@ jobs: Copy-Item -Path libssl-3.dll -Destination tfs\bin\windows100-intel32 Copy-Item -Path libcrypto-3.dll -Destination tfs\bin\windows100-intel32 cd tfs - Compress-Archive -Path bin -DestinationPath ..\..\..\..\..\..\downloads\Jasspa_MicroEmacs_${env:MEVER}_windows100_bin + Compress-Archive -Path bin -DestinationPath ..\..\..\..\..\..\downloads\Jasspa_MicroEmacs_${env:MEVER}_windows100_openssl.zip cd .. ..\..\..\..\bin\windows100-intel32\tfs -o ../../../../../packages/Jasspa_MicroEmacs_${env:MEVER}_openssl_windows100_intel32.tfs -a ../../../../mesingle/tfs_hd tfs