Don't tar.gz artifacts before uploading them to GitHub#12391
Don't tar.gz artifacts before uploading them to GitHub#12391ashb wants to merge 1 commit intoapache:masterfrom
Conversation
|
There may be a few more cases -- and I wanted to check how this shakes out. |
a2c9ab4 to
62ca285
Compare
|
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
62ca285 to
d2cd578
Compare
GitHub will automatically zip the uploaded artifacts when the run finishes, meaning we end up with a zip file that contains a .tar.gz that contains the provider packages.
d2cd578 to
a9a63a5
Compare
|
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
|
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
GitHub will automatically zip the uploaded artifacts when the run
finishes, meaning we end up with a zip file that contains a .tar.gz that
contains the provider packages.