diff --git a/Jenkinsfile b/Jenkinsfile index 7185951..c84776d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,9 +26,9 @@ pipeline { dir("build/app/outputs/flutter-apk") { sh 'mv app-release.apk ../../../../pokedex.apk' } - dir("build/app/outputs/bundle/release") { - sh 'mv app-release.aab ../../../../../pokedex.aab' - } + //dir("build/app/outputs/bundle/release") { + // sh 'mv app-release.aab ../../../../../pokedex.aab' + //} } }