Skip to content

Commit

Permalink
ci: or-2583 specify lambda package project
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Jan 21, 2025
1 parent b46cb43 commit 8f01579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8f01579

Please sign in to comment.