Skip to content

Commit b82137c

Browse files
authored
fix: fix rpi-imager json value format for extract_size & image_download_size (#212)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
1 parent 799a919 commit b82137c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ jobs:
247247
icon,
248248
init_format,
249249
release_date,
250-
extract_size,
250+
extract_size: parseInt(extract_size),
251251
extract_sha256,
252-
image_download_size,
252+
image_download_size: parseInt(image_download_size),
253253
image_download_sha256
254254
})
255255

0 commit comments

Comments
 (0)