diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 74b421d..9b4b5c8 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -73,7 +73,7 @@ jobs: run: | try { New-Item -ItemType Directory -Force -Path ./dist - Expand-Archive -Path scfz-*.tar.gz -DestinationPath ./dist/ + tar -xvf scfz-*.tar.gz -C ./dist/ Move-Item -Path ./dist/*/* -Destination ./dist/ } catch { Write-Error "An error occurred: $_"