From c62a39edcb748e0c260f6f67d6bf4b161b4b46c0 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 22 Mar 2025 19:25:18 -0700 Subject: [PATCH] Fix jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f39ff02..23a1bcc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { sh 'tar -czf ../../../../../linux.tgz .' } dir("build/app/outputs/flutter-apk") { - sh 'mv app-release.apk ../../../../../pokedex.apk' + sh 'mv app-release.apk ../../../../pokedex.apk' } dir("build/app/outputs/bundle/release") { sh 'mv app-release.aab ../../../../../pokedex.aab'