We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c00c2 commit e31a099Copy full SHA for e31a099
.github/workflows/tests.yml
@@ -42,5 +42,5 @@ jobs:
42
if: always() && github.event_name == 'pull_request'
43
uses: actions/upload-artifact@main
44
with:
45
- name: ${{ matrix.os }}-bottles
+ name: bottles_${{ matrix.os }}
46
path: '*.bottle.*'
0 commit comments