From df35d65ef0fbe44537c689651187bdb640e9b4cb Mon Sep 17 00:00:00 2001 From: Lachlan Harris Date: Thu, 10 Sep 2026 18:40:44 +1000 Subject: [PATCH] fix(ci): add explicit path to main in ko --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d74407f..644508c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,4 +64,4 @@ jobs: KO_DOCKER_REPO: ghcr.io/${{ github.repository_owner }}/gonetsim shell: bash run: | - ko build --bare --platform=linux/amd64,linux/arm64 --push=false . \ No newline at end of file + ko build --bare --platform=linux/amd64,linux/arm64 --push=false ./cmd/gonetsim \ No newline at end of file