Skip to content

Commit

Permalink
fix exts sort
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Aug 15, 2022
1 parent 5112a87 commit ae77062
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/exts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
jext = 'rpext-index.json'
exts = {}
files = os.listdir(os.path.join(root, work))
print(files)
files.sort()
print(files)
for file in files:
if file.startswith('.') or file.startswith('redpill'):
continue
Expand Down

0 comments on commit ae77062

Please sign in to comment.