diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index ae8daa45..05a4b572 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -725,6 +725,6 @@ jobs: with: name: MindWork AI Studio ${{ env.FORMATTED_VERSION }} - path: /release/assets/ + path: release/assets/ if-no-files-found: error retention-days: ${{ env.RETENTION_RELEASE_ASSETS }} \ No newline at end of file