ソースを参照

one more post-deploy fix

Stasik0 9 年 前
コミット
be089238b1
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      tools/travis/travis_push_release.sh

+ 2 - 2
tools/travis/travis_push_release.sh

@@ -22,8 +22,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 .
     zip -r "$TAG.zip" open62541.c open62541.h
     rm open62541.c
     rm open62541.h