Skip to content

Commit 6653b19

Browse files
authored
too many places to update .net
1 parent 2ab83aa commit 6653b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Install Dotnet-Lambda tool
3131
run: dotnet tool install --global Amazon.Lambda.Tools
3232
- name: Deploy
33-
run: dotnet lambda deploy-serverless --stack-name LeetcodeDailyChallengeLambda --s3-bucket leetcode-daily-challenge-store --template src/LeetcodeDailyChallengeReminder/serverless.template --region eu-west-1 --framework net9.0
33+
run: dotnet lambda deploy-serverless --stack-name LeetcodeDailyChallengeLambda --s3-bucket leetcode-daily-challenge-store --template src/LeetcodeDailyChallengeReminder/serverless.template --region eu-west-1 --framework net8.0

0 commit comments

Comments
 (0)