From 9a2fb581402722e1088d0ce5e08563fecc8225e4 Mon Sep 17 00:00:00 2001 From: Ekene Izukanne Date: Tue, 26 Sep 2023 14:40:40 +0100 Subject: [PATCH] ci: specify the path to main.go --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3a9910..ca81d27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,9 @@ on: permissions: contents: write +build: + - main: ./cmd/jerm + jobs: goreleaser: runs-on: ubuntu-latest