From 8f0157990192160116f3aa3b4588e30389223a86 Mon Sep 17 00:00:00 2001 From: emalfroy Date: Tue, 21 Jan 2025 15:39:08 +0100 Subject: [PATCH] ci: or-2583 specify lambda package project --- .github/workflows/pre-merge-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-merge-tests.yml b/.github/workflows/pre-merge-tests.yml index 6cb218cce..c892f76c6 100644 --- a/.github/workflows/pre-merge-tests.yml +++ b/.github/workflows/pre-merge-tests.yml @@ -140,7 +140,7 @@ jobs: - name: Package lambda if: inputs.semver != 'none' shell: bash - run: cd src/AssociationRegistry.KboMutations.SyncLambda && dotnet lambda package --region ${{ secrets.VBR_AWS_REGION }} + run: cd src/AssociationRegistry.KboMutations.SyncLambda && dotnet lambda package AssociationRegistry.KboMutations.SyncLambda.csproj --region ${{ secrets.VBR_AWS_REGION }} build: if: github.repository_owner == 'Informatievlaanderen'