Fix workflow for duplicate names
This commit is contained in:
parent
29d1be9e9a
commit
29cf01d442
@ -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.*'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user