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/')