Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 10, 2025
1 parent 8a473a3 commit 385d3d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
with:
name: bottle_${{ matrix.formula }}_${{ matrix.os }}
if-no-files-found: error
path:
- "*.bottle.*.tar.gz"
- "*.bottle.json"
path: |
*.bottle.*.tar.gz
*.bottle.json

0 comments on commit 385d3d6

Please sign in to comment.