From 2e00f37d067af5ea16b675a446c826f75b9360cd Mon Sep 17 00:00:00 2001 From: cmclark00 <116466213+cmclark00@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:07:21 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d91822..392b46e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,11 +25,10 @@ jobs: - name: Build Debian package run: | - debuild -uc -us - cd ../../ + debuild -uc -us -b - name: Upload Debian package as artifact uses: actions/upload-artifact@v3 with: - name: retro-imager-deb - path: . *.deb + name: rpi-imager-deb + path: ./*.deb