diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 878a683..484abab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,12 +25,10 @@ jobs: - name: Build Debian package run: | - mkdir build - cd build - debuild -uc -us -b + debuild -uc -us - name: Upload Debian package as artifact uses: actions/upload-artifact@v3 with: name: rpi-imager-deb - path: /build/* + path: /home/runner/work/retro-imager/*