Skip to content

Commit

Permalink
Put vault binary at root of released tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell-criteo committed Jan 29, 2025
1 parent 3e344dd commit d4f1ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Create tar.gz
run: |
mkdir -p release
tar -czvf release/vault-${{ github.ref_name }}.tar.gz bin/vault
cp bin/vault vault
tar -czvf release/vault-${{ github.ref_name }}.tar.gz vault
env:
BUILD_VERSION: ${{ github.ref_name }}

Expand Down

0 comments on commit d4f1ad0

Please # to comment.