From f3f762dca50b489c8e31431239a256ad40a6bd7f Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 24 Jul 2024 00:53:45 -0700 Subject: [PATCH] ChangeDir to proper folder for appimage creation --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 5de2553..eadb35f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,6 +26,7 @@ pipeline { cd ../../../../app/outputs/flutter-apk cp app-release.apk ../../../../ + cd ../../../../ appimage-builder --recipe AppImageBuilder.yml ''' }