Finally, fixed the path to the artifact

This commit is contained in:
Thorsten Sommer 2024-06-10 21:46:44 +02:00
parent 0aad6686e2
commit 987ed7d196
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

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