We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b51e98e + d256250 commit 2049533Copy full SHA for 2049533
1 file changed
.github/workflows/retile.yml
@@ -54,7 +54,7 @@ jobs:
54
curl -LO "${url}"
55
56
# Unpack
57
- tar xf "$1-${version}.tar.xz"
+ tar xf "$(echo "$1" | tr - _)-${version}.tar.xz"
58
}
59
get_release openslide
60
get_release openslide-python
@@ -70,7 +70,7 @@ jobs:
70
71
meson install -C builddir
72
- name: Build OpenSlide Python
73
- working-directory: openslide-python-${{ env.OPENSLIDE_PYTHON_VERSION }}
+ working-directory: openslide_python-${{ env.OPENSLIDE_PYTHON_VERSION }}
74
run: |
75
pip install -t ${GITHUB_WORKSPACE}/install/python .
76
- name: Upload build
0 commit comments