Skip to content

Commit 6c1b3fd

Browse files
committed
ci: Fix typo in build instruction
1 parent 15e98cc commit 6c1b3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-go@v2
2525
with:
2626
go-version: 1.17
27-
- run: go build ./cmd/files-updater-files/
27+
- run: go build ./cmd/files-updater-helm/
2828
- run: go test -v ./...
2929
release:
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)