From cdef2dc54130b98af2f76141f76a054013b3d2d8 Mon Sep 17 00:00:00 2001 From: cmclark00 <116466213+cmclark00@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:27:55 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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/*