diff --git a/.github/workflows/lambda_build.yml b/.github/workflows/lambda_build.yml index 56206c0..a7176b6 100644 --- a/.github/workflows/lambda_build.yml +++ b/.github/workflows/lambda_build.yml @@ -111,7 +111,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Write license file if secret exists - run: + run: | if [ -n "${{ secrets.LICENSE }}" ]; then echo "${{ secrets.LICENSE }}" > dist/LICENSE.txt echo "License file created at dist/LICENSE.txt"