Skip to content

Commit 19e5f2f

Browse files
authored
Merge pull request #266 from bgilbert/winbuild
workflows: update for new openslide-bin archive filenames
2 parents 2792f11 + 61d3518 commit 19e5f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
--json tagName --exclude-drafts --exclude-pre-releases | \
179179
jq -r .[0].tagName | \
180180
tr -d v)
181-
zipname="openslide-win64-${release}"
181+
zipname="openslide-bin-${release}-windows-x64"
182182
gh release download -R openslide/openslide-bin "v${release}" \
183183
--pattern "${zipname}.zip"
184184
7z x ${zipname}.zip

0 commit comments

Comments
 (0)