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
d90a386441
commit
293cca615b
1 changed files with 1 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -27,11 +27,9 @@ 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: .*
|
path: ../*.deb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue