You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ jobs:
50
50
run: |
51
51
mkdir -p path/to/dir-1
52
52
mkdir -p path/to/dir-2
53
-
mkdir -p path/to/dir-3
53
+
mkdir -p path/to/dir-3
54
54
echo "Lorem ipsum dolor sit amet" > path/to/dir-1/file1.txt
55
55
echo "Hello world from file #2" > path/to/dir-2/file2.txt
56
56
echo "This is a going to be a test for a large enough file that should get compressed with GZip. The @actions/artifact package uses GZip to upload files. This text should have a compression ratio greater than 100% so it should get uploaded using GZip" > path/to/dir-3/gzip.txt
@@ -127,7 +127,7 @@ jobs:
127
127
Write-Error "File contents of downloaded artifacts are incorrect"
128
128
}
129
129
shell: pwsh
130
-
130
+
131
131
# Download Artifact #3 and verify the correctness of the content
0 commit comments