Skip to content

Commit

Permalink
Merge pull request #23 from NangoHQ/typo-fix
Browse files Browse the repository at this point in the history
fix(s3-upload): typo fix
  • Loading branch information
khaliqgant authored Oct 1, 2024
2 parents 1852b7c + 6d16fb3 commit 2949a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cp -r $dir/* /tmp/nango-temp/nango-integrations/$integration/
if [ -f "$dir/schema.zod.ts" ]; then
cp "$dir/schema.zod.ts" /tmp/nango-temp/nangointegrations/
cp "$dir/schema.zod.ts" /tmp/nango-temp/nango-integrations/
fi
cd /tmp/nango-temp/nango-integrations
Expand Down

0 comments on commit 2949a8e

Please sign in to comment.