diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11a68e2..878a683 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,11 +25,12 @@ jobs: - name: Build Debian package run: | + mkdir build + cd build debuild -uc -us -b - cd ../../../ - name: Upload Debian package as artifact uses: actions/upload-artifact@v3 with: name: rpi-imager-deb - path: . *.deb + path: /build/*