mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15: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
|
- name: Build Debian package
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
debuild -uc -us
|
||||||
cd build
|
|
||||||
debuild -uc -us -b
|
|
||||||
|
|
||||||
- name: Upload Debian package as artifact
|
- name: Upload Debian package as artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rpi-imager-deb
|
name: rpi-imager-deb
|
||||||
path: /build/*
|
path: /home/runner/work/retro-imager/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue