Skip to content

Commit

Permalink
use fork of LHM-CppExport
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 21, 2025
1 parent ecb4ee9 commit 4db2c4d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,13 @@ jobs:
sudo cp /tmp/cosmotop-plugin/cosmotop-netbsd-x86_64.exe /zip/
sudo cp /tmp/cosmotop-plugin/cosmotop-openbsd-x86_64.exe /zip/
wget https://github.com/aristocratos/LHM-CppExport/releases/download/CPPdll-v1/LHM-CPPdll-x64.zip
unzip LHM-CPPdll-x64.zip
sudo mkdir -p /zip/windows
sudo cp external/*.dll /zip/windows/
mkdir LHM
cd LHM
wget https://github.com/bjia56/LHM-CppExport/releases/download/v0.1.0/LHM-CppExport.zip
unzip LHM-CppExport.zip
sudo mkdir -p /zip/windows/
sudo cp *.dll /zip/windows/
sudo cp *.exe /zip/windows/
cd /zip
zip -r ${{ github.workspace }}/cosmotop.com *
Expand Down

0 comments on commit 4db2c4d

Please sign in to comment.