Skip to content

Commit 5488eee

Browse files
committed
Ensure Bottle Names are Different
1 parent d9c26fe commit 5488eee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-22.04, macos-15]
12-
bottles: [bottles, macos-bottles]
1312
runs-on: ${{ matrix.os }}
1413
steps:
1514
- name: Set up Homebrew
@@ -41,5 +40,5 @@ jobs:
4140
if: always() && github.event_name == 'pull_request'
4241
uses: actions/upload-artifact@main
4342
with:
44-
name: ${{ matrix.bottles }}
43+
name: ${{ matrix.os == 'ubuntu-22.04' && 'bottles' || 'bottles-macos' }}
4544
path: '*.bottle.*'

0 commit comments

Comments
 (0)