Merge pull request #4807 from hashicorp/backport/moduli-fix-bats/merely-relieved-python

This pull request was automerged via backport-assistant
pull/4812/head
hc-github-team-secure-boundary 2 years ago committed by GitHub
commit 0c0a373aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,7 +79,7 @@ jobs:
path: /tmp
- name: Unpack boundary bundle
run: |
unzip /tmp/${{ inputs.artifact-name }} -d /usr/local/bin
unzip -o /tmp/${{ inputs.artifact-name }} -d /usr/local/bin
rm /tmp/${{ inputs.artifact-name }}
- name: Versions
run: |

Loading…
Cancel
Save