Skip to content

Commit

Permalink
package-binaries.yml: Update stitching links to use SCT repo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacwnewton authored Oct 18, 2022
1 parent 1b62010 commit d08e3e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d08e3e1

Please sign in to comment.