File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ jobs:
4444 GOARCH : ${{ matrix.goarch }}
4545 CGO_ENABLED : ' 1'
4646 CC : ${{ matrix.goarch == 'amd64' && matrix.goos == 'darwin' && 'clang -arch x86_64' || '' }}
47- run : go build -ldflags="-s -w" -o microchat -${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/server/
47+ run : go build -ldflags="-s -w" -o micro-chat -${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/server/
4848
4949 - uses : actions/upload-artifact@v4
5050 with :
51- name : microchat -${{ matrix.goos }}-${{ matrix.goarch }}
52- path : microchat -${{ matrix.goos }}-${{ matrix.goarch }}
51+ name : micro-chat -${{ matrix.goos }}-${{ matrix.goarch }}
52+ path : micro-chat -${{ matrix.goos }}-${{ matrix.goarch }}
5353
5454 release :
5555 needs : build
6363 uses : softprops/action-gh-release@v2
6464 with :
6565 generate_release_notes : true
66- files : microchat -*
66+ files : micro-chat -*
You can’t perform that action at this time.
0 commit comments