Fix jenkinsfile

This commit is contained in:
zontreck 2025-03-22 19:25:18 -07:00
parent 3af618bf4a
commit c62a39edcb

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ pipeline {
sh 'tar -czf ../../../../../linux.tgz .' sh 'tar -czf ../../../../../linux.tgz .'
} }
dir("build/app/outputs/flutter-apk") { 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") { dir("build/app/outputs/bundle/release") {
sh 'mv app-release.aab ../../../../../pokedex.aab' sh 'mv app-release.aab ../../../../../pokedex.aab'