Skip to content

Commit

Permalink
fix: build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk committed May 10, 2024
1 parent fdb872f commit 1a80e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:

- name: Build
run: |
go build -o structured-bin-linux-x64 ./...
go build -o structured-bin-linux-x64 .
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build
run: |
go build -o structured-bin-linux-x64 ./...
go build -o structured-bin-linux-x64 .
- name: Create Release
id: create_release
Expand Down

0 comments on commit 1a80e24

Please sign in to comment.