From b31bce8b1a78e93fc55d0dfd739d78e75223ac5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Tue, 26 Nov 2024 06:22:45 +0900 Subject: [PATCH] ci: include license file --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 48b2a82..db96372 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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\\ ''' } }