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