Skip to content

Commit 4b471ad

Browse files
feat: update build step to specify output binary name and make it executable
1 parent be8860c commit 4b471ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
fail_ci_if_error: false
5353

5454
- name: Build
55-
run: go build ./...
55+
run: |
56+
go build -o AIBoMGen-cli ./
57+
chmod +x AIBoMGen-cli
5658
- name: Install Syft, Grype and Cosign
5759
if: ${{ matrix.go-version == '1.25.x' }}
5860
run: |

0 commit comments

Comments
 (0)