Skip to content

Commit

Permalink
fix: use unique artifact names (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Nov 19, 2024
1 parent 3e3369e commit ada3bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
PULL_REQUEST: ${{ github.event.pull_request.number }}
run: brew pr-pull --debug --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
run: brew pr-pull --debug --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST" --artifact-pattern "bottles-*"

- name: Push commits
uses: Homebrew/actions/git-try-push@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
name: bottles
name: bottles-${{ strategy.job-index }}
path: "*.bottle.*"

0 comments on commit ada3bee

Please sign in to comment.