Skip to content

Commit 8dc3576

Browse files
committed
Rename Bottles
1 parent 9ce3064 commit 8dc3576

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

0 commit comments

Comments
 (0)