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 8a0f265 commit c786ff9Copy full SHA for c786ff9
1 file changed
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
mkdir -p dist
46
EXT=""
47
if [ "$GOOS" = "windows" ]; then EXT=".exe"; fi
48
- go build -ldflags="-s -w" -o dist/${{ env.APP_NAME }}${EXT} ./cmd/${{ env.APP_NAME }}
+ go build -ldflags="-s -w" -o dist/${{ env.APP_NAME }}${EXT} ./app/...
49
50
- name: Archive
51
run: |
0 commit comments