Skip to content

Commit 1436ab6

Browse files
committed
Use ${{ matrix.target }}
1 parent 6688e52 commit 1436ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Upload build artifacts
3030
uses: actions/upload-artifact@v4
3131
with:
32-
name: ${{ matrix.os }}
32+
name: ${{ matrix.target }}
3333
path: ${{ matrix.target }}
3434
retention-days: 1

0 commit comments

Comments
 (0)