Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ywt114 committed Mar 23, 2024
1 parent 5fc60f4 commit 4becf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build x86_64_6.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ jobs:
echo -n "${{ env.date1 }}" > version.txt
md5=$(md5sum *squashfs-combined.img.gz | awk '{print $1}') 2>/dev/null || true
md5_efi=$(md5sum *squashfs-combined-efi.img.gz | awk '{print $1}') 2>/dev/null || true
echo -n "MD5 (x86-64-generic-squashfs-combined.img.gz) = $md5" > md5sum.txt
echo -n "MD5 (x86-64-generic-squashfs-combined-efi.img.gz) = $md5_efi" >> md5sum.txt
echo "md5=$md5" > md5sum.txt
echo "md5_efi=$md5_efi" >> md5sum.txt
rm -rf sha256sums
echo "status=success" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4becf64

Please sign in to comment.