fix workflow

This commit is contained in:
lumapu 2022-11-08 23:43:42 +01:00
parent e606914c46
commit 6390a17f20
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ def readVersion(path, infile):
os.rename(src + "bootloader.bin", dst + "bootloader.bin")
os.rename(src + "partitions.bin", dst + "partitions.bin")
genOtaBin(path + "firmware/")
os.rename("gh-action-dev-build-flash.html", path + "index.html")
os.rename("gh-action-dev-build-flash.html", path + "install.html")
print("name=" + versionnumber[:-1] )