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