File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 package : " open-ephys-lib"
2121 run : |
2222 cd ../..
23- git clone https://github.com/open-ephys/plugin-GUI.git --branch main
23+ git clone https://github.com/open-ephys/plugin-GUI.git --branch archive-v0.6.7
2424 cd plugin-GUI/Build
2525 cmake -G "Visual Studio 17 2022" -A x64 ..
2626 mkdir Release && cd Release
27- curl -L https://openephysgui .jfrog.io/artifactory/Libraries/open-ephys-lib-v0.6.0.zip --output open-ephys-lib.zip
27+ curl -L https://openephys .jfrog.io/artifactory/GUI-binaries /Libraries/open-ephys-lib-v0.6.0.zip --output open-ephys-lib.zip
2828 unzip open-ephys-lib.zip
2929 shell : bash
3030 - name : configure
6666 powershell Compress-Archive -U -Path "shared" -DestinationPath ${zipfile}
6767 fi
6868 curl -H "X-JFrog-Art-Api:$artifactoryApiKey" -T $zipfile "https://openephys.jfrog.io/artifactory/NIDAQ-plugin/windows/$zipfile"
69- shell : bash
69+ shell : bash
You can’t perform that action at this time.
0 commit comments