From 6ccd3ede1a3320813fd3c37d68bfe33a9272fc02 Mon Sep 17 00:00:00 2001 From: sholdee <102821812+sholdee@users.noreply.github.com> Date: Sat, 21 May 2022 13:16:12 -0400 Subject: [PATCH] Update soh path for z64 branch (#344) This check will fail on Windows before it gets merged btw --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 14b2a40ca..2eb840966 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,7 @@ pipeline { cd "..\\..\\" - move "soh\\Release\\soh.exe" ".\\" + move "soh\\x64\\Release\\soh.exe" ".\\" move "OTRGui\\build\\assets" ".\\" move ".\\OTRExporter\\x64\\Release\\ZAPD.exe" ".\\assets\\extractor\\" move ".\\OTRGui\\build\\Release\\OTRGui.exe" ".\\"