From a2b63117b50b343a77cc158f7f2ca2da2e002fe1 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 30 Apr 2020 17:55:30 +0200 Subject: [PATCH] Possibly fix Tests on Windows? --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de479b8..62784cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |