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: |
|
||||
cd rpi-imager
|
||||
debuild -uc -us
|
||||
cd ../../
|
||||
cd ../
|
||||
|
||||
- name: Upload .deb package as artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: rpi-imager-deb
|
||||
path: /*.deb
|
||||
path: . *.deb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue