Skip to content

Commit 29bbe05

Browse files
authored
Update test-and-build.yml
1 parent 35288d5 commit 29bbe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: always() && github.event_name == 'pull_request'
5454
uses: actions/upload-artifact@v4
5555
with:
56-
name: bottles_${{ runner.os }}
56+
name: bottles_${{ matrix.os }}
5757
path: '*.bottle.*'
5858

5959
trigger-publish: # Publish has to be in a different workflow, so we trigger it here

0 commit comments

Comments
 (0)