mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Update test.yml
This commit is contained in:
parent
9780d2a387
commit
2e00f37d06
1 changed files with 3 additions and 4 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue