Fix workflow for duplicate names

This commit is contained in:
Jeroen Ooms 2023-12-16 14:36:12 +01:00
parent 29d1be9e9a
commit 29cf01d442

View File

@ -96,7 +96,7 @@ module Homebrew
- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v3
with:
name: bottles
path: '*.bottle.*'