mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Update Linux aarch64.yml
This commit is contained in:
parent
1e7a3ad3de
commit
e2d36b76d3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/Linux aarch64.yml
vendored
4
.github/workflows/Linux aarch64.yml
vendored
|
@ -38,10 +38,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd rpi-imager
|
cd rpi-imager
|
||||||
debuild -uc -us
|
debuild -uc -us
|
||||||
cd ../../
|
cd ../
|
||||||
|
|
||||||
- name: Upload .deb package as artifact
|
- name: Upload .deb package as artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rpi-imager-deb
|
name: rpi-imager-deb
|
||||||
path: /*.deb
|
path: . *.deb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue