Skip to content

Commit

Permalink
Update image md5 file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kendryte747 committed Dec 4, 2024
1 parent b8f4b01 commit b40fdce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
tag_name: PreRelease
files: |
output/**/*.img.gz
output/**/*.img.md5
output/**/*.img.gz.md5
prerelease: true
generate_release_notes: true
body_path: prerelease.txt
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
tag_name: ${{ github.ref_name }}
files: |
output/**/*.img.gz
output/**/*.img.md5
output/**/*.img.gz.md5
release_${{ github.ref_name }}.xml
generate_release_notes: true
2 changes: 1 addition & 1 deletion tools/gen_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gen_image()

gzip -k -f ${SDK_BUILD_DIR}/${image}
chmod a+rw ${SDK_BUILD_DIR}/${image} ${SDK_BUILD_DIR}/${image}.gz;
md5sum ${SDK_BUILD_DIR}/${image} ${SDK_BUILD_DIR}/${image}.gz > ${SDK_BUILD_DIR}/${image}.md5
md5sum ${SDK_BUILD_DIR}/${image} ${SDK_BUILD_DIR}/${image}.gz > ${SDK_BUILD_DIR}/${image}.gz.md5
}

parse_repo_version()
Expand Down

0 comments on commit b40fdce

Please sign in to comment.