ci: update
Some checks failed
Generate Checksums / checksums (push) Has been cancelled

This commit is contained in:
耗子 2025-02-28 01:45:37 +08:00
parent d6f3ed1b74
commit fd11f1e28d
Signed by: haozi
GPG Key ID: C964D7226D045DAA

View File

@ -13,6 +13,7 @@ jobs:
- name: Generate checksums
run: |
set -e
rm -rf /tmp/repo || true
git clone --depth 1 ${{ github.server_url }}/${{ github.repository }}.git /tmp/repo
cd /tmp/repo
git checkout ${{ github.ref }}