Skip to content

Commit 1b59b14

Browse files
committed
Revert "Merge pull request #7 from lambda-feedback/feature/licence"
This reverts commit 8a410bf, reversing changes made to 32c94ce.
1 parent a6549b0 commit 1b59b14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/lambda_build.yml

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

0 commit comments

Comments
 (0)