From 3e344ddedce61609339139be34a1a848e26a8ec3 Mon Sep 17 00:00:00 2001 From: "l.manners" Date: Wed, 22 Jan 2025 18:50:44 +0100 Subject: [PATCH] Don't try to be too smart with build action --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f7d6217fd4a..abd9e41d4ae0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,13 +27,11 @@ jobs: # Build Vault binary with UI - name: Build Vault with UI run: | - make static-dist - make bin + make static-dist dev-ui env: CGO_ENABLED: 0 GOOS: linux GOARCH: amd64 - BUILD_TAGS: 'ui' # Create a tar.gz package - name: Create tar.gz