Compare commits

...

6 Commits

Author SHA1 Message Date
xiaolou86 efb6e99a19
Merge 7b464e09ec into 552bf3722c 2024-04-24 23:03:59 +07:00
Jonathan Tamsut 552bf3722c new version 2024-04-23 11:22:42 -07:00
xiaolou86 7b464e09ec
Merge branch 'main' into main 2024-02-07 10:16:20 +08:00
xiaolou86 5beeaa8496
fix typo in merge/README.md 2024-02-05 13:48:59 +08:00
xiaolou86 28fef43398
fix typo in README.md 2024-02-05 13:48:50 +08:00
xiaolou86 89e13d5e1d
fix typo in CONTRIBUTING.md 2024-02-05 13:48:43 +08:00
5 changed files with 224857 additions and 193377 deletions

View File

@ -14,7 +14,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
## Found a bug?
- **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/actions/upload-artifact/issues).
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/actions/upload-artifact/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or a **reproducable test case** demonstrating the expected behavior that is not occurring.
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/actions/upload-artifact/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or a **reproducible test case** demonstrating the expected behavior that is not occurring.
- If possible, use the relevant bug report templates to create the issue.
## What should I know before submitting a pull request or issue

View File

@ -182,7 +182,7 @@ Relative and absolute file paths are both allowed. Relative paths are rooted aga
### Altering compressions level (speed v. size)
If you are uploading large or easily compressable data to your artifact, you may benefit from tweaking the compression level. By default, the compression level is `6`, the same as GNU Gzip.
If you are uploading large or easily compressible data to your artifact, you may benefit from tweaking the compression level. By default, the compression level is `6`, the same as GNU Gzip.
The value can range from 0 to 9:
- 0: No compression

209936
dist/merge/index.js vendored

File diff suppressed because one or more lines are too long

208292
dist/upload/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -91,7 +91,7 @@ jobs:
path: file-${{ matrix.foo }}.txt
```
Each of the following examples will use the `needs: upload` as a prerequesite before any merging operations.
Each of the following examples will use the `needs: upload` as a prerequisite before any merging operations.
### Combining all artifacts in a workflow run