Skip to content

Commit 0bb101b

Browse files
committed
fix action yml
1 parent d6deb4f commit 0bb101b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
- name: Upload ${{matrix.configuration}} binaries
4747
uses: actions/upload-artifact@v4
4848
with:
49-
name: ${{platform}} ${{matrix.configuration}} binaries
49+
name: ${{matrix.platform}} ${{matrix.configuration}} binaries
5050
path: build\${{matrix.platform}}\${{matrix.configuration}}

0 commit comments

Comments
 (0)