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
ac9780df45
commit
d90a386441
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -27,10 +27,11 @@ jobs:
|
|||
- name: Build Project
|
||||
run: |
|
||||
debuild -uc -us
|
||||
cd ..
|
||||
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linux-${{ matrix.arch }}-binaries
|
||||
path: src/build/*
|
||||
path: .*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue