Grant Limberg 5 years ago
parent
commit
b88000c349
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -57,7 +57,7 @@ def buildStaticBinaries() {
                     dir("build") {
                         sh 'make -j8 ZT_STATIC=1 all'
                         dir("build") {
-                            sh "mv build/zerotier zerotier-static-${platform}"
+                            sh "mv zerotier zerotier-static-${platform}"
                             stash includes: 'zerotier-static-*', name: "static-${platform}"
                         }
                     }