Fixed path for artifact uploading

This commit is contained in:
Thorsten Sommer 2024-06-09 12:28:43 +02:00
parent 989f699093
commit 7d635d5633
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -249,6 +249,6 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: MindWork AI Studio (Linux - deb linux-arm) name: MindWork AI Studio (Linux - deb linux-arm)
path: "${{ github.workspace }}/runtime/target/aarch64-unknown-linux-gnu/release/bundle/deb/mind-work-ai-studio_*.deb" path: "runtime/target/aarch64-unknown-linux-gnu/release/bundle/deb/mind-work-ai-studio_*.deb"
if-no-files-found: error if-no-files-found: error
retention-days: 1 retention-days: 1