From bff9bf9f38f1d0169705cf85cb85c6e6dbe318e2 Mon Sep 17 00:00:00 2001 From: Marcus Messer <12846590+m-messer@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:05:16 +0100 Subject: [PATCH] Update lambda_build.yml --- .github/workflows/lambda_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"