Skip to content

Commit bf57225

Browse files
committed
feat: ci: modify workflow to build artifact separately
1 parent ce503f7 commit bf57225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload binaries as artifacts
3636
uses: actions/upload-artifact@v3
3737
with:
38-
name: ${{ matrix.goos }}-${{ matrix.goarch }}/weave
38+
name: ${{ matrix.goos }}-${{ matrix.goarch }}
3939
path: |
4040
build/${{ matrix.goos }}-${{ matrix.goarch }}/weave
4141

0 commit comments

Comments
 (0)