Skip to content

Commit

Permalink
Fix License name in build action (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael authored and Thomas Eckert committed Oct 31, 2022
1 parent 903c329 commit 1526251
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ jobs:
run: |
cd "${ZIP_LOCATION}"
unzip -j *.zip
- name: Copy LICENSE.md
- name: Copy LICENSE
run:
cp LICENSE.md ./control-plane
cp LICENSE ./control-plane
- uses: hashicorp/actions-docker-build@v1
with:
smoke_test: |
Expand Down Expand Up @@ -316,9 +316,9 @@ jobs:
run: |
cd ${ZIP_LOCATION}
unzip -j *.zip
- name: Copy LICENSE.md
- name: Copy LICENSE
run:
cp LICENSE.md ./control-plane
cp LICENSE ./control-plane
- uses: hashicorp/actions-docker-build@v1
with:
smoke_test: |
Expand Down

0 comments on commit 1526251

Please sign in to comment.