.gitea/workflows/run.yaml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5m10s Details

This commit is contained in:
Falko Victor Habel 2024-10-31 16:30:07 +00:00
parent 1df6f148fe
commit 02eb366eba
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ jobs:
# Download and unzip model
- name: Download model
run: |
curl -L -o VeraMind-Mini.zip https://gitea.fabelous.app/Fabel/VeraMind/releases/download/0.1/VeraMind-Mini.zip
unzip VeraMind-Mini.zip -d ./model
curl -L -o VeraMind-Mini.zip https://gitea.fabelous.app/Fabel/VeraMind/releases/download/latest/VeraMind-Mini.zip
unzip VeraMind-Mini.zip -d ./VeraMind-mini
# Run tests
- name: Run tests
run: |