update: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-30 20:58:06 +02:00
parent a2fe393b67
commit 8ddf6cdaab

View File

@ -64,8 +64,8 @@ jobs:
- name: Get data
run: |
sudo pip install -r scripts/requirements.txt
sudo python scripts/func.py getmodels -w "arc-dsm/ws" -j "models.json"
sudo python scripts/func.py getpats -w "arc-dsm/ws" -j "pats.json"
sudo python scripts/func.py getmodels -w "." -j "models.json"
sudo python scripts/func.py getpats -w "." -j "pats.json"
- name: Update
run: |