Skip to content

Commit f02bbe8

Browse files
committed
Fix binary extraction path
1 parent 37788cb commit f02bbe8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
run: |
7878
New-Item -Path 'Build\Release' -ItemType Directory
7979
Invoke-WebRequest https://openephys.jfrog.io/artifactory/GUI-binaries/Dev/windows/open-ephys-latest-windows-dev.zip -OutFile C:\open-ephys-latest-windows-dev.zip
80-
Expand-7ZipArchive -Path C:\open-ephys-latest-windows-dev.zip -DestinationPath Build\Release
80+
Expand-7ZipArchive -Path C:\open-ephys-latest-windows-dev.zip -DestinationPath C:\temp
81+
Copy-Item -Path C:\temp\open-ephys\* -Destination Build\Release -Recurse
8182
cd Build\Release
8283
Get-ChildItem -Recurse
8384
- name: Install open-ephys-data-format

0 commit comments

Comments
 (0)