Skip to content

Commit ad6bf2b

Browse files
committed
Update windows.yml
1 parent f55f92c commit ad6bf2b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -66,4 +66,4 @@ jobs:
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

0 commit comments

Comments
 (0)