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

This commit is contained in:
耗子 2025-02-28 00:46:43 +08:00
parent 8c110cf673
commit d3c80e02a3
Signed by: haozi
GPG Key ID: C964D7226D045DAA

View File

@ -15,7 +15,10 @@ jobs:
set -e
git lfs install --local
# disable credentials by actions/checkout for LFS endpoints
git -c "http.${GITHUB_SERVER_URL}/storage/lfs/.extraHeader=" lfs pull
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
git config --local --unset http.${{ github.server_url }}/.extraheader
git config --local http.${{ github.server_url }}/${{ github.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
git lfs pull
IFS=$'\n'
for file in $(git ls-files | grep "^panel/" | grep -v ".sha256$" | grep -v ".txt$"); do
filename=$(basename "$file");