diff --git a/.a0proj/memory/index.faiss b/.a0proj/memory/index.faiss index f178f52..137b266 100644 Binary files a/.a0proj/memory/index.faiss and b/.a0proj/memory/index.faiss differ diff --git a/.a0proj/memory/index.faiss.sha256 b/.a0proj/memory/index.faiss.sha256 index 918cdcf..db2384d 100644 --- a/.a0proj/memory/index.faiss.sha256 +++ b/.a0proj/memory/index.faiss.sha256 @@ -1 +1 @@ -d1200f9c47d86596e4a42a0e314f22794bb37e141ab019632215db2a469685b6 \ No newline at end of file +c2a292d7913ab63077b072cdabe7bccf0f64dbf3824975001b58539db4f3bf5d \ No newline at end of file diff --git a/.a0proj/memory/index.pkl b/.a0proj/memory/index.pkl index 813586e..85be656 100644 Binary files a/.a0proj/memory/index.pkl and b/.a0proj/memory/index.pkl differ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2fc666..f587e3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,11 +101,13 @@ jobs: apt-get install -y build-essential debhelper cargo rustc libsystemd-dev pkg-config - name: Build Debian package run: dpkg-buildpackage -us -uc -b + - name: Copy .deb to workspace + run: cp ../linux-patch-api_*.deb . - name: Upload .deb artifact uses: actions/upload-artifact@v4 with: name: linux-patch-api-deb - path: ../linux-patch-api_*.deb + path: linux-patch-api_*.deb retention-days: 30 - name: Upload to releases (on tag) if: startsWith(github.ref, 'refs/tags/')