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