diff --git a/scripts/getVersion.py b/scripts/getVersion.py index 2bf5c60a..e3626342 100644 --- a/scripts/getVersion.py +++ b/scripts/getVersion.py @@ -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 + "install.html") + os.rename("../scripts/gh-action-dev-build-flash.html", path + "install.html") print("name=" + versionnumber[:-1] )