We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bfb33 commit da492f3Copy full SHA for da492f3
.github/workflows/build.yml
@@ -26,5 +26,5 @@ jobs:
26
if: ${{ always() }}
27
uses: actions/upload-artifact@v4
28
with:
29
- name: artifacts
+ name: artifacts-${{ matrix.os }}-${{ matrix.ruby }}
30
path: artifacts/**
0 commit comments