Skip to content

Commit 33c6e64

Browse files
authored
Merge pull request #3 from lambda-feedback/feature/licence
Update lambda_build.yml
2 parents d634719 + bff9bf9 commit 33c6e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lambda_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: docker/setup-buildx-action@v3
112112

113113
- name: Write license file if secret exists
114-
run:
114+
run: |
115115
if [ -n "${{ secrets.LICENSE }}" ]; then
116116
echo "${{ secrets.LICENSE }}" > dist/LICENSE.txt
117117
echo "License file created at dist/LICENSE.txt"

0 commit comments

Comments
 (0)