Skip to content

Commit 1ca6f07

Browse files
authored
Merge branch 'main' into claude/go-micro-chat-app-zK9Cv
2 parents 6240d21 + db7d75a commit 1ca6f07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -63,4 +63,4 @@ jobs:
6363
uses: softprops/action-gh-release@v2
6464
with:
6565
generate_release_notes: true
66-
files: microchat-*
66+
files: micro-chat-*

0 commit comments

Comments
 (0)