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 2da1f17 commit a245197Copy full SHA for a245197
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
if: always() && github.event_name == 'pull_request'
42
uses: actions/upload-artifact@v4
43
with:
44
- name: bottles
+ name: bottles_${{ matrix.os }}
45
path: '*.bottle.*'
46
47
add-label:
0 commit comments