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