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
1070aa0881
commit
9780d2a387
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -26,9 +26,10 @@ jobs:
|
|||
- name: Build Debian package
|
||||
run: |
|
||||
debuild -uc -us
|
||||
cd ../../
|
||||
|
||||
- name: Upload Debian package as artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: retro-imager-deb
|
||||
path: ../*
|
||||
path: . *.deb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue