Skip to content

Commit

Permalink
fix tip upload
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Apr 17, 2024
1 parent f23c6b8 commit ddf07df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme_snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ddf07df

Please sign in to comment.