From e360e4ebf2142ef0aaed0a14d613a9bc3ed30a45 Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Sun, 25 Aug 2024 14:51:28 +0200 Subject: [PATCH] Try to fix the Deken upload. --- .github/workflows/makefile.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 43eba31..d003429 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -178,6 +178,15 @@ jobs: if: ${{ !contains(github.ref, 'test') }} # upload if not a "test" tag (maybe should be more restrictive?) runs-on: ubuntu-latest needs: [merge-for-deken] + strategy: + matrix: + os: [windows, macos, ubuntu] + + steps: + - uses: actions/download-artifact@v4 + with: + name: pdlua-${{ matrix.os }} + path: pdlua-${{ matrix.os }} steps: - name: upload deken package