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
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
|
- name: Build Debian package
|
||||||
run: |
|
run: |
|
||||||
debuild -uc -us
|
debuild -uc -us -b
|
||||||
cd ../../
|
|
||||||
|
|
||||||
- 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: retro-imager-deb
|
name: rpi-imager-deb
|
||||||
path: . *.deb
|
path: ./*.deb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue