diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18badc0..11a68e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: Build Debian package run: | debuild -uc -us -b - cd ../../ + cd ../../../ - name: Upload Debian package as artifact uses: actions/upload-artifact@v3