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