Skip to content

Commit 2049533

Browse files
authored
Merge pull request #101 from bgilbert/python
workflows/retile: update for OpenSlide Python tarball rename
2 parents b51e98e + d256250 commit 2049533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/retile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
curl -LO "${url}"
5555
5656
# Unpack
57-
tar xf "$1-${version}.tar.xz"
57+
tar xf "$(echo "$1" | tr - _)-${version}.tar.xz"
5858
}
5959
get_release openslide
6060
get_release openslide-python
@@ -70,7 +70,7 @@ jobs:
7070
7171
meson install -C builddir
7272
- name: Build OpenSlide Python
73-
working-directory: openslide-python-${{ env.OPENSLIDE_PYTHON_VERSION }}
73+
working-directory: openslide_python-${{ env.OPENSLIDE_PYTHON_VERSION }}
7474
run: |
7575
pip install -t ${GITHUB_WORKSPACE}/install/python .
7676
- name: Upload build

0 commit comments

Comments
 (0)