Skip to content

Commit

Permalink
fix upload location (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant authored Oct 1, 2024
1 parent 8f11de1 commit e63cc79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
cd -
rm -rf /tmp/nango-temp
aws s3 sync $dir s3://${{ secrets.AWS_BUCKET_NAME }}/$dir/
editedDir=$(echo "$dir" | sed 's/integrations/integration-templates/g')
aws s3 sync $editedDir s3://${{ secrets.AWS_BUCKET_NAME }}/$editedDir/
done
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit e63cc79

Please sign in to comment.