diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 209fb2d..6982fd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,11 +27,9 @@ jobs: - name: Build Project run: | debuild -uc -us - cd .. - - name: Upload Artifact uses: actions/upload-artifact@v3 with: name: linux-${{ matrix.arch }}-binaries - path: .* + path: ../*.deb