Skip to content

Commit

Permalink
changed build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
LumePart committed Oct 25, 2024
1 parent d838044 commit 244cbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "GOARCH=$GOARCH" >> $GITHUB_ENV
- name: Build
run: |
go build -o "$BINARY_NAME" -v
go build -o "$BINARY_NAME" -v ./src/
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 244cbcc

Please sign in to comment.