From c0c274dfbb6470b045845ac082ae6accaafbcaec Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 21 Aug 2022 20:54:04 +0200 Subject: [PATCH] CI: add package-grokker --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3687ab6f..3c58c915 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,3 +64,21 @@ jobs: with: name: sources path: C:/_/artifacts/*.src.tar.* + + package-grokker: + runs-on: ubuntu-latest + needs: build + + steps: + - uses: actions/download-artifact@v3 + id: artifacts + continue-on-error: true + with: + name: msys2-packages + path: artifacts + - name: Grok packages + uses: jeremyd2019/package-grokker/grok-artifacts@main + if: steps.artifacts.outcome == 'success' + with: + repo: msys + path: artifacts