Skip to content

Commit a6549b0

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/lambda_build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,9 @@ jobs:
115115
- name: Write license file if secret exists
116116
run: |
117117
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
118+
mkdir dist/
119+
echo "${{ secrets.LICENSE }}" > dist/LICENSE.txt
120+
echo "License file created at dist/LICENSE.txt"
122121
else
123122
echo "LICENSE_TEXT secret not provided. Skipping license file creation."
124123
fi

0 commit comments

Comments
 (0)