mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-12 00:16:42 +02:00
testing github actions
This commit is contained in:
parent
f896f14706
commit
b07f5f3b83
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def readVersion(path, infile):
|
|||
|
||||
os.mkdir(path + ".pio/build/out/")
|
||||
|
||||
versionout = version[:-1] + "_esp8266_release.bin"
|
||||
versionout = version[:-1] + "_esp8266_release1.bin"
|
||||
src = path + ".pio/build/esp8266-release/firmware.bin"
|
||||
dst = path + ".pio/build/out/" + versionout
|
||||
os.rename(src, dst)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue