mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-10 06:31:39 +02:00
fix workflow
This commit is contained in:
parent
e606914c46
commit
6390a17f20
2 changed files with 2 additions and 2 deletions
|
@ -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] )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue