Skip to content

Commit d3c26ec

Browse files
actions: fix nightly version links
1 parent 0e65a29 commit d3c26ec

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)