Skip to content

Commit ebcadb5

Browse files
committed
fix(ci): artifact name
1 parent 92a301c commit ebcadb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
runs-on: ${{ matrix.os }}
6060
container: ${{ matrix.container }}
61-
name: ${{ matrix.config}}-${{ matrix.backend }}
61+
name: "${{ matrix.config}}: ${{ matrix.backend }}"
6262

6363
steps:
6464
- name: 📥 Checkout
@@ -83,5 +83,5 @@ jobs:
8383
- name: 📦 Upload Artifact
8484
uses: actions/upload-artifact@v4
8585
with:
86-
name: "${{ matrix.config }}: ${{ matrix.backend }}"
86+
name: "${{ matrix.config }}-${{ matrix.backend }}"
8787
path: build/saucer-bin

0 commit comments

Comments
 (0)