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.
1 parent 905ac33 commit a6549b0Copy full SHA for a6549b0
.github/workflows/lambda_build.yml
@@ -115,10 +115,9 @@ 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
- ls ./dist
+ mkdir dist/
+ echo "${{ secrets.LICENSE }}" > dist/LICENSE.txt
+ echo "License file created at dist/LICENSE.txt"
122
else
123
echo "LICENSE_TEXT secret not provided. Skipping license file creation."
124
fi
0 commit comments