This commit is contained in:
2026-02-08 16:16:35 +01:00
parent ba5cfbdeec
commit fcd442dbeb
2 changed files with 6 additions and 6 deletions

View File

@@ -9,11 +9,14 @@ on:
paths:
- "cars/**" # Only run if archives in cars/ change
env:
GIT_DEFAULT_HASH: sha1
jobs:
prepare-server-content:
container:
volumes:
- $HOME/assetto-corsa/assetto/content:/content
env:
GIT_DEFAULT_HASH: sha1
runs-on: ubuntu-latest
steps: