Skip to content

Commit

Permalink
Don't try to be too smart with build action
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell-criteo committed Jan 22, 2025
1 parent 99c805e commit 3e344dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e344dd

Please # to comment.