Skip to content

Commit

Permalink
Update app-build.yml for correct path to dist output (betaflight#3604)
Browse files Browse the repository at this point in the history
  • Loading branch information
blckmn authored and chmelevskij committed Apr 27, 2024
1 parent 3bb3894 commit 60f1ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
SOURCE_DIR: 'dist'
SOURCE_DIR: 'src/dist'
DEST_DIR: ${{ inputs.path }}

0 comments on commit 60f1ec2

Please sign in to comment.