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
6c18e00731
commit
68b9e088ee
1 changed files with 2 additions and 4 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -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/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue