Update Jenkinsfile

This commit is contained in:
2026-04-04 21:47:57 +02:00
parent a9d35c7414
commit 5905630c49

2
Jenkinsfile vendored
View File

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