From 3d06dd67b5d3d3625f6c467802ebc7860648d623 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 10 Jun 2024 13:41:22 +0200 Subject: [PATCH] Fixed artifact path --- .github/workflows/build-and-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index f78c9255..469eca21 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -290,7 +290,8 @@ jobs: base_image: file://$RUNNER_TEMP/linux_arm_qemu_cache.img cpu: cortex-a53 optimize_image: false - copy_artifact_path: runtime/target/aarch64-unknown-linux-gnu/release/bundle/deb/mind-work-ai-studio_*.deb + copy_artifact_path: runtime + copy_artifact_dest: result shell: /bin/bash commands: | export HOME=/root @@ -307,6 +308,6 @@ jobs: uses: actions/upload-artifact@v4 with: name: MindWork AI Studio (Linux - deb linux-arm64) - path: "runtime/target/aarch64-unknown-linux-gnu/release/bundle/deb/mind-work-ai-studio_*.deb" + path: "result/runtime/target/aarch64-unknown-linux-gnu/release/bundle/deb/mind-work-ai-studio_*.deb" if-no-files-found: warn retention-days: ${{ env.RETENTION_DAYS }} \ No newline at end of file