Skip to content

Commit

Permalink
Merge pull request #266 from bgilbert/winbuild
Browse files Browse the repository at this point in the history
workflows: update for new openslide-bin archive filenames
  • Loading branch information
bgilbert authored Mar 28, 2024
2 parents 2792f11 + 61d3518 commit 19e5f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
--json tagName --exclude-drafts --exclude-pre-releases | \
jq -r .[0].tagName | \
tr -d v)
zipname="openslide-win64-${release}"
zipname="openslide-bin-${release}-windows-x64"
gh release download -R openslide/openslide-bin "v${release}" \
--pattern "${zipname}.zip"
7z x ${zipname}.zip
Expand Down

0 comments on commit 19e5f2f

Please sign in to comment.