This commit is contained in:
2026-02-08 02:38:42 +01:00
parent 3a44a1c83f
commit 3e0c13a77b

View File

@@ -9,7 +9,7 @@ on:
paths: paths:
- "cars/**" # Only run if archives in cars/ change - "cars/**" # Only run if archives in cars/ change
env: env:
GIT_DEFAULT_HASH: sha256 GIT_DEFAULT_HASH: sha1
jobs: jobs:
prepare-server-content: prepare-server-content:
@@ -20,7 +20,7 @@ jobs:
with: with:
ref: master ref: master
lfs: true lfs: true
fetch-depth: 1 fetch-depth: 0
- name: Install 7-Zip - name: Install 7-Zip
run: | run: |