Skip to content

Commit

Permalink
Have cake use tools manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfeucht committed Nov 20, 2023
1 parent ff94d0d commit 03959a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sample-app-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- run: dotnet tool install -g Amazon.Lambda.Tools
- name: Build and package nuget
uses: cake-build/cake-action@v1
with:
cake-version: tool-manifest
- name: Build and package lambda
working-directory: ./sample/SampleLambda
run: dotnet lambda package SampleLambda --profile default --region us-west-1
Expand Down

0 comments on commit 03959a5

Please sign in to comment.