Explorar el Código

Merge pull request #12431 from id/0130-ci-fix-publish-artifacts

ci: fix publish artifacts job
JianBo He hace 2 años
padre
commit
73a2ae8228
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/build_packages.yaml

+ 1 - 0
.github/workflows/build_packages.yaml

@@ -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