We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa0f4b commit 4f11204Copy full SHA for 4f11204
.github/workflows/goreleaser.yml
@@ -47,7 +47,7 @@ jobs:
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
KREW_GITHUB_TOKEN: ${{ secrets.KREW_GITHUB_TOKEN }}
50
- - uses: cytopia/upload-artifact[email protected]
+ - uses: actions/upload-artifact@v4
51
if: ${{ always() }}
52
with:
53
name: binaries
.goreleaser.yaml
@@ -86,6 +86,7 @@ archives:
86
- id: apigen
87
builds:
88
- apigen
89
+ name_template: "apigen_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
90
- id: kubectl-kcp-plugin
91
92
- kubectl-kcp
0 commit comments