From 118b65f7c13f3cd9687b26fc74b715069e719651 Mon Sep 17 00:00:00 2001 From: Manabu Mccloskey Date: Mon, 23 Oct 2023 15:13:51 -0700 Subject: [PATCH] wip --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e6690aee..99147410 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,7 +8,7 @@ permissions: contents: write jobs: - goreleaser: + release: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -21,7 +21,7 @@ jobs: # Ensure generation tools run - name: build run: | - make build + OUT_FILE=/tmp/localidp make build - name: GoReleaser uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0 id: run-goreleaser