Update Jenkinsfile

This commit is contained in:
2026-04-04 20:53:51 +02:00
parent bfa69e3cd2
commit a9d35c7414

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
stages {
stage('Copy Key Properties') {
steps {
sh 'cp /home/jenkins/key.properties $WORKSPACE/refilc/android/key.properties'
sh 'cp /var/lib/jenkins/key.properties $WORKSPACE/refilc/android/key.properties'
}
}
stage('Flutter Doctor') {