Skip to content

Commit d80df1a

Browse files
committed
github: fix uploading from build-each-commit.py
We missed a rename in 117212a which caused build sizes to not be uploaded.
1 parent 9e4def5 commit d80df1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build-each-commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
)
7979

8080
# upload firmware size
81-
if "service" in globals():
81+
if "firmware_size_table" in globals():
8282
bin_path = os.path.join(
8383
PYBRICKS_PATH, "bricks", args.hub, "build", "firmware-base.bin"
8484
)

0 commit comments

Comments
 (0)