Skip to content

Commit bff9bf9

Browse files
authored
Update lambda_build.yml
1 parent 442f4f7 commit bff9bf9

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)