Skip to content

Commit

Permalink
windows package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Phillips committed Jul 29, 2024
1 parent bd9eac6 commit e00c2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e00c2e9

Please sign in to comment.