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 08ca4ae commit 2fe3678Copy full SHA for 2fe3678
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
echo "GOARCH=$GOARCH" >> $GITHUB_ENV
59
- name: Build binary
60
run: |
61
- go build -o "$BINARY_NAME" -v ./src/
+ go build -o "$BINARY_NAME" -v ./src/main/
62
- name: Release
63
uses: softprops/action-gh-release@v1
64
with:
0 commit comments