Skip to content

Commit 7816281

Browse files
committed
u
1 parent f8386ab commit 7816281

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,14 @@ jobs:
8787
uses: actions/upload-artifact@v4
8888
with:
8989
path: ${{github.workspace}}/build/*.exe
90+
name: ${{ matrix.os }}
9091

9192
- name: Upload (Linux)
9293
if: matrix.os == 'ubuntu-latest'
9394
uses: actions/upload-artifact@v4
9495
with:
9596
path: ${{github.workspace}}/build/*.gz
97+
name: ${{ matrix.os }}
9698

9799

98100
release-draft:

0 commit comments

Comments
 (0)