mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 05:06:39 +01:00
Fixed path generation for non numeric release tags
This commit is contained in:
@@ -50,8 +50,7 @@ rp = os.getcwd()
|
||||
now = datetime.now()
|
||||
dt_string = now.strftime("%d/%m/%Y %H:%M:%S")
|
||||
tag = sys.argv[1]
|
||||
match = re.search(r'\d+\.\d+', tag)
|
||||
tag = match.group()
|
||||
tag = tag[10:]
|
||||
|
||||
binaries = generate_file_hashes2(rp + "/espbinaries",tag)
|
||||
tagota = generate_file_hashes2(rp + "/binaries",tag)
|
||||
|
||||
Reference in New Issue
Block a user