Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 2a800f9

Browse files
committed
fix workflow
1 parent 906e4b0 commit 2a800f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: upload
3232
uses: actions/upload-artifact@v4
3333
with:
34-
name: dawn-${{ runner.os }}
34+
name: dawn-windows-${{ matrix.config }}
3535
path: install
3636

3737
Linux:
@@ -59,7 +59,7 @@ jobs:
5959
- name: upload
6060
uses: actions/upload-artifact@v4
6161
with:
62-
name: dawn-${{ runner.os }}
62+
name: dawn-linux
6363
path: install
6464

6565
Package:

0 commit comments

Comments
 (0)