Skip to content

Commit 65bedf7

Browse files
committed
fix: update artifact naming in build workflow
1 parent b9e5752 commit 65bedf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Upload Artifacts
4545
uses: actions/upload-artifact@v4
4646
with:
47-
name: Artifacts-${{ matrix.platform }}-${{ matrix.arch }}
47+
name: Artifacts-${{ runner.os }}-${{ matrix.arch }}
4848
path: |
4949
release-builds/*.msi
5050
release-builds/*.zip

0 commit comments

Comments
 (0)