Skip to content

Commit c9786cb

Browse files
committed
ci: fix artifact naming
1 parent e940b3b commit c9786cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
- uses: actions/upload-artifact@v4
2222
with:
23+
name: linux-x64
2324
path: target/release/nestdbg
2425

2526
windows:
@@ -31,6 +32,7 @@ jobs:
3132

3233
- uses: actions/upload-artifact@v4
3334
with:
35+
name: windows-x64
3436
path: target/release/nestdbg.exe
3537

3638
macOS:
@@ -42,4 +44,5 @@ jobs:
4244

4345
- uses: actions/upload-artifact@v4
4446
with:
47+
name: macOS-arm64
4548
path: target/release/nestdbg

0 commit comments

Comments
 (0)