Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try: exclude github dir from uploading #232

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

imzedi
Copy link
Contributor

@imzedi imzedi commented Dec 16, 2024

Issue: Last build failed at Upload to CDN step, with non zero error after uploading
There is no error in log, all files are uploaded successfully, but the step is getting exit

we are using this package jakejarvis/s3-sync-action@master for uploading to s3
in logs i found that it is trying to upload one file that is not there in repo,

warning: Skipping file /github/workspace/node_modules/ttf2woff2/build/node_gyp_bins/python3. File does not exist.

One probability is s3 internally from this package throwing non zero for this.

Lets try to explicitly exclude this dir.

@imzedi imzedi requested a review from rankarpan December 16, 2024 08:08
@rankarpan rankarpan merged commit 0c5f4b1 into master Dec 16, 2024
1 check passed
@rankarpan rankarpan deleted the hotfix-excude-github-dir-s3-upload branch December 16, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants