From d08e3e1a19fae79af2e12083ebd7d12924e80858 Mon Sep 17 00:00:00 2001 From: Joshua Newton Date: Tue, 18 Oct 2022 11:58:06 -0400 Subject: [PATCH] `package-binaries.yml`: Update stitching links to use SCT repo --- .github/workflows/package-binaries.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package-binaries.yml b/.github/workflows/package-binaries.yml index ca10e5a..f8c4cf3 100644 --- a/.github/workflows/package-binaries.yml +++ b/.github/workflows/package-binaries.yml @@ -49,13 +49,13 @@ jobs: run: | case "${{ matrix.os }}" in linux) - URL="https://github.com/jqmcginnis/build_biomedia_stitching/releases/download/refs%2Fpull%2F1%2Fmerge-2981338722/stitching_ubuntu-18.04.tar.gz" + URL="https://github.com/spinalcordtoolbox/build_biomedia_stitching/releases/download/r20221018/stitching_ubuntu-18.04.tar.gz" ;; osx) - URL="https://github.com/jqmcginnis/build_biomedia_stitching/releases/download/refs%2Fpull%2F1%2Fmerge-2981338722/stitching_macos-10.15.tar.gz" + URL="https://github.com/spinalcordtoolbox/build_biomedia_stitching/releases/download/r20221018/stitching_macos-10.15.tar.gz" ;; windows) - URL="https://github.com/jqmcginnis/build_biomedia_stitching/releases/download/refs%2Fpull%2F1%2Fmerge-2981338722/stitching_windows-2019.tar.gz" + URL="https://github.com/spinalcordtoolbox/build_biomedia_stitching/releases/download/r20221018/stitching_windows-2019.tar.gz" ;; esac curl -L "$URL" -o stitching.tar.gz