Skip to content

Commit

Permalink
fix md5sum
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Apr 17, 2024
1 parent 5ae28b5 commit 2143024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "packaging_md5=$packaging_md5" >> $GITHUB_OUTPUT
actions_md5=$(find .github -type f -exec md5sum {} + | LC_ALL=C sort | md5sum | awk '{ print $1 }')
echo "actions_md5=$actions_md5" >> $GITHUB_OUTPUT
package_build_md5=$(echo "$go_code_md5 $package_md5" | md5sum | awk '{ print $1 }')
package_build_md5=$(echo "$go_code_md5 $packaging_md5" | md5sum | awk '{ print $1 }')
echo "package_build_md5=$package_build_md5" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
Expand Down

0 comments on commit 2143024

Please sign in to comment.