Skip to content

Commit 1fedc02

Browse files
fix: set updated build name in vuln check actions
1 parent 469a098 commit 1fedc02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/vuln-check-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
distribution: goreleaser-pro
4545
version: 2.8.2
46-
args: build --snapshot --id=default --skip=validate --single-target
46+
args: build --snapshot --id=linux_build --skip=validate --single-target
4747
env:
4848
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
4949

.github/workflows/vuln-check-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
distribution: goreleaser-pro
4444
version: 2.8.2
45-
args: build --snapshot --id=default --skip=validate --single-target
45+
args: build --snapshot --id=linux_build --skip=validate --single-target
4646
env:
4747
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
4848

0 commit comments

Comments
 (0)