We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2338a03 commit cd68dedCopy full SHA for cd68ded
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
mkdir -p dist
48
EXT=""
49
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} ./...
+ GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o dist/myapp-${{ matrix.goos }}-${{ matrix.goarch }}${EXT} .
51
52
- name: Upload release assets
53
uses: softprops/action-gh-release@v2
0 commit comments