Skip to content

Commit 968192b

Browse files
committed
feat: Update artifact upload name in release workflow to include OS and architecture
1 parent e959888 commit 968192b

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
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload Build Artifacts
4848
uses: actions/upload-artifact@v4
4949
with:
50-
name: go-binaries
50+
name: ${{ matrix.os }}-${{ matrix.goarch }}
5151
path: build/* # Upload all the binaries
5252

5353
- name: Create Release

0 commit comments

Comments
 (0)