Skip to content

Commit b80efa8

Browse files
committed
merge artifacts
1 parent 46fc15f commit b80efa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/base-ci-binary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
distribution: goreleaser-pro
6464
version: ${{ env.GORELEASER_PRO_VERSION }}
65-
args: check --verbose -f cmd/${{ inputs.binary }}/.goreleaser.yml
65+
args: check --verbose -f cmd/${{ inputs.binary }}/.goreleaser.yaml
6666
env:
6767
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
distribution: goreleaser-pro
7474
version: ${{ env.GORELEASER_PRO_VERSION }}
75-
args: --snapshot --clean -f cmd/${{ inputs.binary }}/.goreleaser.yml
75+
args: --snapshot --clean -f cmd/${{ inputs.binary }}/.goreleaser.yaml
7676
env:
7777
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)