This commit is contained in:
2025-04-14 22:52:33 +02:00
parent 621999f0f2
commit 50a0af39a8

View File

@ -29,7 +29,7 @@ jobs:
run: | run: |
git clone https://github.com/uklans/cache-domains.git git clone https://github.com/uklans/cache-domains.git
cd cache-domains cd cache-domains
echo "${{CONFIG_JSON}}" > scripts/config.json echo "${{vars.CONFIG_JSON}}" > scripts/config.json
cd scripts cd scripts
bash create-adguardhome.sh bash create-adguardhome.sh
cp output/adguardhome/lancache.conf /tmp/artifacts/lancache.conf cp output/adguardhome/lancache.conf /tmp/artifacts/lancache.conf