Update test.yml

This commit is contained in:
cmclark00 2024-08-14 00:27:55 -04:00 committed by GitHub
parent 98e0b6572e
commit cdef2dc541
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,11 +25,12 @@ jobs:
- name: Build Debian package
run: |
mkdir build
cd build
debuild -uc -us -b
cd ../../../
- name: Upload Debian package as artifact
uses: actions/upload-artifact@v3
with:
name: rpi-imager-deb
path: . *.deb
path: /build/*