Skip to content

Commit f516005

Browse files
committed
chore(ci): goreleaser binaries were renamed
1 parent 5ab8f26 commit f516005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: helm_ls_darwin_arm64
46-
path: ./dist/darwin-arm64_darwin_arm64/helm-ls
46+
path: ./dist/darwin-arm64_darwin_arm64_v8.0/helm-ls
4747
retention-days: 1
4848

4949
- name: "Upload linux/amd64 artifact"
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: helm_ls_linux_arm64
67-
path: ./dist/linux-arm64_linux_arm64/helm-ls
67+
path: ./dist/linux-arm64_linux_arm64_v8.0/helm-ls
6868
retention-days: 1
6969

7070
- name: "Upload windows/amd64 artifact"

0 commit comments

Comments
 (0)