ci: fix publish artifacts
This commit is contained in:
parent
4d61975f2c
commit
92ef848b30
|
@ -215,6 +215,7 @@ jobs:
|
|||
with:
|
||||
pattern: ${{ matrix.profile }}-*
|
||||
path: packages/${{ matrix.profile }}
|
||||
merge-multiple: true
|
||||
- name: install dos2unix
|
||||
run: sudo apt-get update -y && sudo apt install -y dos2unix
|
||||
- name: get packages
|
||||
|
|
Loading…
Reference in New Issue