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'