From 3a801d405782790102ffb4d2782c376b167a7ce9 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Thu, 16 May 2024 22:30:54 +0000 Subject: [PATCH] backport of commit 5fe29bdd15e74a0f29f9b0ea8ff7b22fe8c973f7 --- .github/workflows/test-cli-ui_oss.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cli-ui_oss.yml b/.github/workflows/test-cli-ui_oss.yml index a46c8402a7..86b3c87438 100644 --- a/.github/workflows/test-cli-ui_oss.yml +++ b/.github/workflows/test-cli-ui_oss.yml @@ -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: |