Skip to content

Commit

Permalink
Fix Path to Package
Browse files Browse the repository at this point in the history
Apparently we just pass the directory here
  • Loading branch information
jrjohnson committed Jul 16, 2024
1 parent f5c8521 commit ad974d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if-no-files-found: error
retention-days: 3
compression-level: 0
- run: pnpm exec serverless deploy --stage dev --package ./.serverless/ilios-lti-launch.zip --conceal
- run: pnpm exec serverless deploy --stage dev --package ./.serverless --conceal
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit ad974d6

Please sign in to comment.