Skip to content

Commit be25e06

Browse files
author
Achille Roussel
committed
fix typo
1 parent 62461c3 commit be25e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build Windows AMD64
4747
run: GOOS=windows GOARCH=amd64 go build -o kubectl-curl_windows_amd64.exe
4848

49-
- name: Build WIndows ARM64
49+
- name: Build Windows ARM64
5050
run: GOOS=windows GOARCH=arm64 go build -o kubectl-curl_windows_arm64.exe
5151

5252
- name: Release

0 commit comments

Comments
 (0)