We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a301c commit ebcadb5Copy full SHA for ebcadb5
1 file changed
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
59
runs-on: ${{ matrix.os }}
60
container: ${{ matrix.container }}
61
- name: ${{ matrix.config}}-${{ matrix.backend }}
+ name: "${{ matrix.config}}: ${{ matrix.backend }}"
62
63
steps:
64
- name: 📥 Checkout
@@ -83,5 +83,5 @@ jobs:
83
- name: 📦 Upload Artifact
84
uses: actions/upload-artifact@v4
85
with:
86
- name: "${{ matrix.config }}: ${{ matrix.backend }}"
+ name: "${{ matrix.config }}-${{ matrix.backend }}"
87
path: build/saucer-bin
0 commit comments