mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
releaser: sort globbed files (#52)
This commit is contained in:
@@ -70,7 +70,7 @@ def GetListOfArtifacts(argv, files):
|
||||
if len(flist) < 1:
|
||||
stdout.flush()
|
||||
raise (Exception("Empty list of files to upload/update!"))
|
||||
return flist
|
||||
return sorted(flist)
|
||||
|
||||
|
||||
def GetGitHubAPIHandler(token):
|
||||
|
||||
Reference in New Issue
Block a user