Skip to content

Commit

Permalink
Fixed 7z command
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Aug 23, 2022
1 parent 6e4551e commit 217af9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd build_leveldb
cmake -DZLIB_INCLUDE_DIR="..\zlib" -DZLIB_LIBRARY="..\zlib\Release\zlibstatic.lib" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -G "Visual Studio 17 2022" -A Win32 -T v143 ..\leveldb-mcpe
cmake --build . --config Release
7z leveldb_mcpe_win32.zip Release
7z a leveldb_mcpe_win32.zip ./Release/*
cd ..
- name: Upload DLL
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
cd build_leveldb
cmake -DZLIB_INCLUDE_DIR="..\zlib" -DZLIB_LIBRARY="..\zlib\Release\zlibstatic.lib" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -G "Visual Studio 17 2022" -A x64 -T v143 ..\leveldb-mcpe
cmake --build . --config Release
7z leveldb_mcpe_win_amd64.zip Release
7z a leveldb_mcpe_win_amd64.zip ./Release/*
cd ..
- name: Upload DLL
Expand Down

0 comments on commit 217af9d

Please sign in to comment.