Skip to content

Commit be209d6

Browse files
authored
Merge pull request #604 from oliver-sanders/nighty-links
actions: fix nightly version links
2 parents 0e65a29 + d3c26ec commit be209d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_versions(builddir):
3737
yield from pathlib.Path(builddir).glob('[0-9]*.[0-9]*')
3838
yield from pathlib.Path(builddir).glob('stable')
3939
yield from pathlib.Path(builddir).glob('latest')
40-
yield from pathlib.Path(builddir).glob('nightly')
40+
yield from pathlib.Path(builddir).glob('nightly*')
4141

4242

4343
def get_formats(builddir):

0 commit comments

Comments
 (0)