Skip to content

Commit

Permalink
fix: fix rpi-imager json value format for extract_size & image_downlo…
Browse files Browse the repository at this point in the history
…ad_size (#212)

Signed-off-by: Stefan Dej <meteyou@gmail.com>
  • Loading branch information
meteyou authored Mar 23, 2023
1 parent 799a919 commit b82137c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ jobs:
icon,
init_format,
release_date,
extract_size,
extract_size: parseInt(extract_size),
extract_sha256,
image_download_size,
image_download_size: parseInt(image_download_size),
image_download_sha256
})
Expand Down

0 comments on commit b82137c

Please sign in to comment.