From 665531f0fef80586c23462c1a7d356068326eb6f 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 43eba31..79f6081 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -178,8 +178,16 @@ 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 }} + - name: upload deken package shell: bash env: