Skip to content

Commit ec86711

Browse files
committed
fix(release): fix ci
1 parent 5db3951 commit ec86711

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

deploy/krew/plugin.yaml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -12,47 +12,47 @@ spec:
1212
documentation, learning, and teaching purposes.
1313
version: {{ .TagName }}
1414
platforms:
15-
- selector:
16-
matchLabels:
17-
os: linux
18-
arch: amd64
19-
{{addURIAndSha "https://github.com/syndlex/argo-apps-viz/releases/download/{{ .TagName }}/argo-apps-viz_linux_amd64.tar.gz" .TagName }}
20-
files:
21-
- from: "./argo-apps-viz"
22-
to: "."
23-
- from: LICENSE
24-
to: "."
25-
bin: "argo-apps-viz"
26-
- selector:
27-
matchLabels:
28-
os: linux
29-
arch: arm64
30-
{{addURIAndSha "https://github.com/syndlex/argo-apps-viz/releases/download/{{ .TagName }}/argo-apps-viz_linux_arm64.tar.gz" .TagName }}
31-
files:
32-
- from: "./argo-apps-viz"
33-
to: "."
34-
- from: LICENSE
35-
to: "."
36-
bin: "argo-apps-viz"
37-
- selector:
38-
matchLabels:
39-
os: darwin
40-
arch: amd64
41-
{{addURIAndSha "https://github.com/syndlex/argo-apps-viz/releases/download/{{ .TagName }}/argo-apps-viz_darwin_amd64.tar.gz" .TagName }}
42-
files:
43-
- from: "./argo-apps-viz"
44-
to: "."
45-
- from: LICENSE
46-
to: "."
47-
bin: "argo-apps-viz"
48-
- selector:
49-
matchLabels:
50-
os: windows
51-
arch: amd64
52-
{{addURIAndSha "https://github.com/syndlex/argo-apps-viz/releases/download/{{ .TagName }}/argo-apps-viz_windows_amd64.zip" .TagName }}
53-
files:
54-
- from: "/argo-apps-viz.exe"
55-
to: "."
56-
- from: LICENSE
57-
to: "."
58-
bin: "argo-apps-viz.exe"
15+
- selector:
16+
matchLabels:
17+
os: linux
18+
arch: amd64
19+
{{addURIAndSha "https://github.com/syndlex/argo-apps-viz/releases/download/{{ .TagName }}/argo-apps-viz_linux_amd64.tar.gz" .TagName }}
20+
files:
21+
- from: "./argo-apps-viz"
22+
to: "."
23+
- from: LICENSE
24+
to: "."
25+
bin: "argo-apps-viz"
26+
- selector:
27+
matchLabels:
28+
os: linux
29+
arch: arm64
30+
{{addURIAndSha "https://github.com/syndlex/argo-apps-viz/releases/download/{{ .TagName }}/argo-apps-viz_linux_arm64.tar.gz" .TagName }}
31+
files:
32+
- from: "./argo-apps-viz"
33+
to: "."
34+
- from: LICENSE
35+
to: "."
36+
bin: "argo-apps-viz"
37+
- selector:
38+
matchLabels:
39+
os: darwin
40+
arch: amd64
41+
{{addURIAndSha "https://github.com/syndlex/argo-apps-viz/releases/download/{{ .TagName }}/argo-apps-viz_darwin_amd64.tar.gz" .TagName }}
42+
files:
43+
- from: "./argo-apps-viz"
44+
to: "."
45+
- from: LICENSE
46+
to: "."
47+
bin: "argo-apps-viz"
48+
- selector:
49+
matchLabels:
50+
os: windows
51+
arch: amd64
52+
{{addURIAndSha "https://github.com/syndlex/argo-apps-viz/releases/download/{{ .TagName }}/argo-apps-viz_windows_amd64.zip" .TagName }}
53+
files:
54+
- from: "/argo-apps-viz.exe"
55+
to: "."
56+
- from: LICENSE
57+
to: "."
58+
bin: "argo-apps-viz.exe"

0 commit comments

Comments
 (0)