Skip to content

Commit

Permalink
Merge pull request #1787 from jrjohnson/fixup-packaging
Browse files Browse the repository at this point in the history
Fix Path to Package
  • Loading branch information
jrjohnson authored Jul 16, 2024
2 parents f5c8521 + ad974d6 commit 9f26646
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 9f26646

Please sign in to comment.