Skip to content

Commit

Permalink
ci(e2e): windows debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Nov 20, 2024
1 parent 9b2de74 commit 3cbfc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: $_"
Expand Down

0 comments on commit 3cbfc8c

Please sign in to comment.