testing github actions

This commit is contained in:
tastendruecker123 2022-08-12 15:06:52 +02:00
parent f896f14706
commit b07f5f3b83

View file

@ -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)