Merge pull request #12431 from id/0130-ci-fix-publish-artifacts
ci: fix publish artifacts job
This commit is contained in:
commit
73a2ae8228
|
@ -215,6 +215,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
pattern: ${{ matrix.profile }}-*
|
pattern: ${{ matrix.profile }}-*
|
||||||
path: packages/${{ matrix.profile }}
|
path: packages/${{ matrix.profile }}
|
||||||
|
merge-multiple: true
|
||||||
- name: install dos2unix
|
- name: install dos2unix
|
||||||
run: sudo apt-get update -y && sudo apt install -y dos2unix
|
run: sudo apt-get update -y && sudo apt install -y dos2unix
|
||||||
- name: get packages
|
- name: get packages
|
||||||
|
|
Loading…
Reference in New Issue