mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-24 23:48:29 +02:00
Possibly fix Tests on Windows?
This commit is contained in:
parent
a4da3b6b70
commit
a2b63117b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
- name: Set artifact file contents
|
||||
run: |
|
||||
echo "::set-env name=non-gzip-artifact-content::hello"
|
||||
echo "::set-env name=gzip-artifact-content::Some large amount of text that has a compression ratio that is greater than 100%. If greater than 100%, gzip is used to upload the file"
|
||||
echo "::set-env name=gzip-artifact-content::Some large amount of text that has a compression ratio that is greater than 100%. If the compression ratio is greater than 100%, gzip is used to upload the file."
|
||||
|
||||
- name: Create artifacts
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue