Skip to content

Commit 03f17c4

Browse files
committed
Standardize bio-engine sidecar asset download names
1 parent 6798c9c commit 03f17c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
chmod +x src-tauri/binaries/ps-analyzer-tracy-x86_64-unknown-linux-gnu
6262
6363
# Bio-Engine
64-
curl -L https://github.com/lagosproject/bio-engine/releases/latest/download/bio-engine-${{ matrix.platform }} -o src-tauri/binaries/ps-analyzer-bio-engine-x86_64-unknown-linux-gnu
64+
curl -L https://github.com/lagosproject/bio-engine/releases/latest/download/bio-engine-x86_64-unknown-linux-gnu -o src-tauri/binaries/ps-analyzer-bio-engine-x86_64-unknown-linux-gnu
6565
chmod +x src-tauri/binaries/ps-analyzer-bio-engine-x86_64-unknown-linux-gnu
6666
6767
- name: setup msys2 (Windows)
@@ -101,7 +101,7 @@ jobs:
101101
curl -L "$LATEST_TRACY_URL" -o src-tauri/binaries/ps-analyzer-tracy-x86_64-pc-windows-msvc.exe
102102
103103
# Bio-Engine
104-
curl -L https://github.com/lagosproject/bio-engine/releases/latest/download/bio-engine.exe -o src-tauri/binaries/ps-analyzer-bio-engine-x86_64-pc-windows-msvc.exe
104+
curl -L https://github.com/lagosproject/bio-engine/releases/latest/download/bio-engine-x86_64-pc-windows-msvc.exe -o src-tauri/binaries/ps-analyzer-bio-engine-x86_64-pc-windows-msvc.exe
105105
106106
echo "Final contents of binaries folder:"
107107
ls -F src-tauri/binaries/

0 commit comments

Comments
 (0)