We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35288d5 commit 29bbe05Copy full SHA for 29bbe05
.github/workflows/test-and-build.yml
@@ -53,7 +53,7 @@ jobs:
53
if: always() && github.event_name == 'pull_request'
54
uses: actions/upload-artifact@v4
55
with:
56
- name: bottles_${{ runner.os }}
+ name: bottles_${{ matrix.os }}
57
path: '*.bottle.*'
58
59
trigger-publish: # Publish has to be in a different workflow, so we trigger it here
0 commit comments