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