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