Skip to content

Commit bb3104d

Browse files
committed
bottles should have _ not -
1 parent 1bac10f commit bb3104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
if: always() && (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch')
6666
uses: actions/upload-artifact@v4
6767
with:
68-
name: bottles-${{ matrix.os }}-${{ matrix.arch }}
68+
name: bottles_${{ matrix.os }}_${{ matrix.arch }}
6969
path: '*.bottle.*'

0 commit comments

Comments
 (0)