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
@@ -51,7 +51,7 @@ jobs:
51
51
run: |
52
52
mkdir -p path/to/dir-1
53
53
mkdir -p path/to/dir-2
54
-
mkdir -p path/to/dir-3
54
+
mkdir -p path/to/dir-3
55
55
echo "Lorem ipsum dolor sit amet" > path/to/dir-1/file1.txt
56
56
echo "Hello world from file #2" > path/to/dir-2/file2.txt
57
57
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
@@ -126,7 +126,7 @@ jobs:
126
126
Write-Error "File contents of downloaded artifacts are incorrect"
127
127
}
128
128
shell: pwsh
129
-
129
+
130
130
# Download Artifact #3 and verify the correctness of the content
0 commit comments