Skip to content

Commit cd68ded

Browse files
committed
docs(workflows): fix workflow
1 parent 2338a03 commit cd68ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
mkdir -p dist
4848
EXT=""
4949
if [ "${{ matrix.goos }}" = "windows" ]; then EXT=".exe"; fi
50-
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o dist/myapp-${{ matrix.goos }}-${{ matrix.goarch }}${EXT} ./...
50+
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o dist/myapp-${{ matrix.goos }}-${{ matrix.goarch }}${EXT} .
5151
5252
- name: Upload release assets
5353
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)