Skip to content

Commit ad4db42

Browse files
committed
added explicit make build command instead of alias to security workflow
1 parent 4769896 commit ad4db42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
go-version-file: "go.mod"
6363

6464
- name: Build binary for linux/amd64
65-
run: make build/linux/amd64
65+
run: make bin/code-marketplace-linux-amd64
6666

6767
- name: Set up Docker Buildx
6868
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

0 commit comments

Comments
 (0)