ci: update
Some checks failed
Generate Checksums / checksums (push) Failing after 51s

This commit is contained in:
耗子 2025-02-28 00:57:19 +08:00
parent 7aaf1131d2
commit c2837bc4e4
Signed by: haozi
GPG Key ID: C964D7226D045DAA

View File

@ -26,7 +26,9 @@ jobs:
filename=$(basename "$file");
sha256sum -b "$file" | sed "s|$file|$filename|" > "${file}.sha256";
done
git add -A
git commit -m "chore: update checksums" || true
git push origin ${{ github.ref }}
unset IFS
- name: Commit changes
uses: actions/git-auto-commit-action@v5
with:
commit_message: "chore: update checksums"
file_pattern: "*.sha256"