Skip to content

Commit

Permalink
use zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbushko committed Aug 27, 2022
1 parent 31a3ad6 commit 2f6e5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
ZIP_NAME: consul-cni_${{ needs.get-product-version.outputs.product-version }}_linux_${{ matrix.arch }}.zip"
run: |
cd "${ZIP_LOCATION}"
unzip -j *.zip
unzip -j ${ZIP_NAME}
- name: Docker Build (Action)
uses: hashicorp/actions-docker-build@v1
with:
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
ZIP_NAME: consul-cni_${{ needs.get-product-version.outputs.product-version }}_linux_${{ matrix.arch }}.zip"
run: |
cd "${ZIP_LOCATION}"
unzip -j *.zip
unzip -j ${ZIP_NAME}
- name: Copy LICENSE.md
run:
cp LICENSE.md ./control-plane
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
ZIP_NAME: consul-cni_${{ needs.get-product-version.outputs.product-version }}_linux_${{ matrix.arch }}.zip"
run: |
cd ${ZIP_LOCATION}
unzip -j *.zip
unzip -j ${ZIP_NAME}
- name: Copy LICENSE.md
run:
cp LICENSE.md ./control-plane
Expand Down

0 comments on commit 2f6e5db

Please sign in to comment.