Skip to content

Commit 9ce3064

Browse files
committed
Rename Bottles
1 parent 98bafb3 commit 9ce3064

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
@@ -40,5 +40,6 @@ jobs:
4040
if: always() && github.event_name == 'pull_request'
4141
uses: actions/upload-artifact@main
4242
with:
43-
name: ${{ matrix.os == 'ubuntu-22.04' && 'bottles' || 'bottles-macos' }}
43+
name: bottles
44+
# name: ${{ matrix.os == 'ubuntu-22.04' && 'bottles' || 'bottles-macos' }}
4445
path: '*.bottle.*'

0 commit comments

Comments
 (0)