Skip to content

Commit

Permalink
Update | update archive method
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT committed Feb 6, 2024
1 parent 098a492 commit 3139b07
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,16 @@ jobs:
mkdir Update
cd Update
mkdir Linux-x64 Windows-x64
cd Linux-x64
mkdir MCSL2Lib
cd ..
cd Windows-x64
mkdir MCSL2Lib
cd ..
cp -r ../MCSL2-Linux-x64/MCSL2.bin Linux-x64/
cp -r ../MCSL2-Windows-x64/MCSL2.exe Windows-x64/
cp -r ../MCSL2-Linux-x64/MCSL2Lib/verification.so Linux-x64/
cp -r ../MCSL2-Windows-x64/MCSL2Lib/verification.pyd Windows-x64/
cd ..
7z a -tzip "Update-${{ env.MCSL2_VERSION }}.zip" "./Update/*"
Expand Down

0 comments on commit 3139b07

Please sign in to comment.