From 0cbe91d46c9c88e2eaf5f0db39c9195b1c030678 Mon Sep 17 00:00:00 2001 From: cmclark00 <116466213+cmclark00@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:31:17 -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 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