diff --git a/.github/workflows/tauri-test.yml b/.github/workflows/tauri-test.yml index 2ff86c3e0..588707b3d 100644 --- a/.github/workflows/tauri-test.yml +++ b/.github/workflows/tauri-test.yml @@ -214,7 +214,7 @@ jobs: uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: tauri-${{ matrix.name }} - path: ./frontend/src-tauri/target/* + path: ./frontend/src-tauri/target/release/bundle/* retention-days: 7 - name: Verify build artifacts