ci: include license file

This commit is contained in:
鲁树人 2024-11-26 06:22:45 +09:00
parent ca1162ed28
commit b31bce8b1a

1
Jenkinsfile vendored
View File

@ -23,6 +23,7 @@ pipeline {
cmake --build --preset vs-release --config Release
copy /y README.MD .\\build\\vs2022\\Release\\
copy /y Usage*.txt .\\build\\vs2022\\Release\\
copy /y LICENSE .\\build\\vs2022\\Release\\
'''
}
}