From 0b4f82f9d99f6f0bc3a79193f7a1899f346f1889 Mon Sep 17 00:00:00 2001 From: sholdee <102821812+sholdee@users.noreply.github.com> Date: Sun, 15 May 2022 14:35:21 -0500 Subject: [PATCH] Update soh path for z64 branch 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" ".\\"