From 670068232c0d3b08f84565ed909e9d71dd46ed67 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 5 May 2024 09:44:26 +0200 Subject: [PATCH] Instruct workflow to explicitly build icecon binary. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c1be4fd..e763110 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,5 +18,5 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 - - name: Build - run: go build -v . + - name: Build icecon binary + run: go build -v ./cmd/icecon