Update test.yml

This commit is contained in:
cmclark00 2024-08-14 00:33:08 -04:00 committed by GitHub
parent 6c18e00731
commit 68b9e088ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/*