Skip to content

Commit d9c26fe

Browse files
committed
Ensure Bottle Names are Different
1 parent 0b333fc commit d9c26fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-22.04, macos-15]
12+
bottles: [bottles, macos-bottles]
1213
runs-on: ${{ matrix.os }}
1314
steps:
1415
- name: Set up Homebrew
@@ -40,5 +41,5 @@ jobs:
4041
if: always() && github.event_name == 'pull_request'
4142
uses: actions/upload-artifact@main
4243
with:
43-
name: bottles
44+
name: ${{ matrix.bottles }}
4445
path: '*.bottle.*'

0 commit comments

Comments
 (0)