From fbf6c31131de45d49eae141b8a5a059a4cbe4eef Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 10 Jul 2020 13:15:23 +0200 Subject: ci: actions/upload-artifact supports multiple paths now --- .github/workflows/push.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5b7851f88..936dc758f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -87,11 +87,9 @@ jobs: - uses: actions/upload-artifact@v2 with: name: ${{ matrix.task.installs }}-${{ matrix.task.pkg }}-builddir - path: ./dist/msys2-mingw/${{ matrix.task.pkg }}/src/ - - uses: actions/upload-artifact@v2 - with: - name: ${{ matrix.task.installs }}-${{ matrix.task.pkg }}-builddir - path: ./dist/msys2-mingw/${{ matrix.task.pkg }}/pkg/ + path: | + ./dist/msys2-mingw/${{ matrix.task.pkg }}/src/ + ./dist/msys2-mingw/${{ matrix.task.pkg }}/pkg/ - uses: actions/upload-artifact@v2 with: path: ./dist/msys2-mingw/${{ matrix.task.pkg }}/mingw-*ghdl*.pkg.tar.zst -- cgit v1.2.3