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
e883fd8eff
commit
71adf933f6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/Linux aarch64.yml
vendored
3
.github/workflows/Linux aarch64.yml
vendored
|
@ -38,9 +38,10 @@ jobs:
|
|||
run: |
|
||||
cd rpi-imager
|
||||
debuild -uc -us
|
||||
cd ../../
|
||||
|
||||
- name: Upload .deb package as artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: rpi-imager-deb
|
||||
path: /home/runner/work/retro-imager/*.deb
|
||||
path: /*.deb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue