Fix jenkinsfile
This commit is contained in:
parent
3af618bf4a
commit
c62a39edcb
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue