Skip to content

Commit b993873

Browse files
authored
fix(integration-templates): fix location of upload (NangoHQ#2529)
## Describe your changes Was putting in the root instead of in the integration-templates directory ## Issue ticket number and link ## Checklist before requesting a review (skip if just adding/editing APIs & templates) - [ ] I added tests, otherwise the reason is: - [ ] I added observability, otherwise the reason is: - [ ] I added analytics, otherwise the reason is:
1 parent 7acdf66 commit b993873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-integration-templates.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
rm -rf /tmp/nango-temp
3636
37-
aws s3 sync $integration s3://${{ secrets.AWS_BUCKET_NAME }}/$integration/
37+
aws s3 sync $integration s3://${{ secrets.AWS_BUCKET_NAME }}/integration-templates/$integration/
3838
done
3939
env:
4040
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)