We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32c94ce + d3d384c commit 8a410bfCopy full SHA for 8a410bf
1 file changed
.github/workflows/lambda_build.yml
@@ -115,6 +115,7 @@ jobs:
115
- name: Write license file if secret exists
116
run: |
117
if [ -n "${{ secrets.LICENSE }}" ]; then
118
+ mkdir dist/
119
echo "${{ secrets.LICENSE }}" > dist/LICENSE.txt
120
echo "License file created at dist/LICENSE.txt"
121
else
0 commit comments