소스 검색

fix travis nightly builds

Julius Pfrommer 7 년 전
부모
커밋
4fa7545db1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tools/travis/travis_push_release.sh

+ 2 - 2
tools/travis/travis_push_release.sh

@@ -23,8 +23,8 @@ if [ ! -e "$TAG.zip" ]; then
     cat head.txt rawtable.txt foot.txt > index.html
 
     #create a zip for single-file release and copy the files
-    cp ../../open62541.c .
-    cp ../../open62541.h .
+    cp ../../../open62541.c .
+    cp ../../../open62541.h .
     cp ../../../doc_latex/open62541.pdf .
     zip -r "$TAG.zip" open62541.c open62541.h open62541.pdf
     rm open62541.c