Changed to warn for faster debugging

This commit is contained in:
Thorsten Sommer 2024-06-10 07:30:01 +02:00
parent 52dfc4b5ad
commit 0d940c2d64
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -308,5 +308,5 @@ jobs:
with:
name: MindWork AI Studio (Linux - deb linux-arm64)
path: "runtime/target/aarch64-unknown-linux-gnu/release/bundle/deb/mind-work-ai-studio_*.deb"
if-no-files-found: error
if-no-files-found: warn
retention-days: ${{ env.RETENTION_DAYS }}