From ddf07df451ed422ac13870170b788b2ad576e007 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Wed, 17 Apr 2024 20:58:48 +0200 Subject: [PATCH] fix tip upload --- .github/workflows/readme_snippets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme_snippets.yml b/.github/workflows/readme_snippets.yml index 7c7b3e78b..2be56c480 100644 --- a/.github/workflows/readme_snippets.yml +++ b/.github/workflows/readme_snippets.yml @@ -47,7 +47,7 @@ jobs: python -We readme.py - name: artefacts - if: github.ref == 'refs/heads/main' && matrix.platform == 'macos-14' + if: github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' uses: eine/tip@master with: token: ${{ secrets.GITHUB_TOKEN }}