Skip to content
Snippets Groups Projects
Commit c114dc18 authored by Alexandra's avatar Alexandra
Browse files

fix(ci): wrong s parameter for tar

parent 12c9ff23
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ if [ -d "$NAME-$VERSION" ]; then ...@@ -12,7 +12,7 @@ if [ -d "$NAME-$VERSION" ]; then
else else
echo "Download $NAME-$VERSION sources" echo "Download $NAME-$VERSION sources"
echo echo
curl -fSL https://github.com/microsoft/vscode-java-pack/archive/refs/tags/v$VERSION.tar.gz | tar -C ./ -xzs curl -fSL https://github.com/microsoft/vscode-java-pack/archive/refs/tags/v$VERSION.tar.gz | tar -C ./ -xz
echo echo
echo "Download done" echo "Download done"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment