We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5cb51 commit ffdb241Copy full SHA for ffdb241
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs: {
34
},
35
{
36
"name": "Gzip to save space",
37
- "run": "apt-get install gzip -y && gzip -9 release-${{ matrix.version }}-${{ matrix.architecture }}.tar",
+ "run": "sudo apt-get install gzip -y && gzip -9 build/release-${{ matrix.version }}-${{ matrix.architecture }}.tar",
38
39
40
"name": "Release the tar file to artifacts",
0 commit comments