4040 curl -X POST --user $user_info https://api.bintray.com/content/open-ephys-gui/Test/Test-linux/$gui_ver/publish
4141 cd ../Resources/Installers/Linux/Open-Ephys_Installer
4242 mkdir -p usr/local/bin/open-ephys-gui
43- cp -r ../../../../Build/Release usr/local/bin/open-ephys-gui
43+ cp -r ../../../../Build/Release/* usr/local/bin/open-ephys-gui
4444 cp ../../../Scripts/40-open-ephys.rules usr/local/bin/open-ephys-gui
4545 cd ..
4646 dpkg-deb --build Open-Ephys_Installer
@@ -59,19 +59,19 @@ jobs:
5959 cd Build
6060 cp -r Release open-ephys
6161 cp -r ../Resources/DataFiles open-ephys
62- cp -r ../Licesnes open-ephys
62+ cp -r ../Licenses open-ephys
6363 zipfile=open-ephys-${gui_ver}-linux.zip
6464 zip -r $zipfile open-ephys
6565 user_info="$bintrayUser:$bintrayApiKey"
6666 curl -T $zipfile --user $user_info https://api.bintray.com/content/open-ephys-gui/Release/Release-linux/$gui_ver/$zipfile
6767 curl -X POST --user $user_info https://api.bintray.com/content/open-ephys-gui/Release/Release-linux/$gui_ver/publish
6868 cd ../Resources/Installers/Linux/Open-Ephys_Installer
6969 mkdir -p usr/local/bin/open-ephys-gui
70- cp -r ../../../../Build/Release usr/local/bin/open-ephys-gui
70+ cp -r ../../../../Build/Release/* usr/local/bin/open-ephys-gui
7171 cp ../../../Scripts/40-open-ephys.rules usr/local/bin/open-ephys-gui
7272 cd ..
7373 dpkg-deb --build Open-Ephys_Installer
74- installer=Open-Ephys_Installer_${gui_ver}-beta .deb
74+ installer=Open-Ephys_Installer_${gui_ver}.deb
7575 mv Open-Ephys_Installer.deb $installer
7676 curl -T $installer --user $user_info https://api.bintray.com/content/open-ephys-gui/Release-Installer/Release-Installer-linux/$gui_ver/$installer
7777 curl -X POST --user $user_info https://api.bintray.com/content/open-ephys-gui/Release-Installer/Release-Installer-linux/$gui_ver/publish
0 commit comments