Skip to content

Commit d3d384c

Browse files
committed
Added mkdir to writing the licence
1 parent 67623cd commit d3d384c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lambda_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
- name: Write license file if secret exists
116116
run: |
117117
if [ -n "${{ secrets.LICENSE }}" ]; then
118+
mkdir dist/
118119
echo "${{ secrets.LICENSE }}" > dist/LICENSE.txt
119120
echo "License file created at dist/LICENSE.txt"
120121
else

0 commit comments

Comments
 (0)