From 0880f0bf735125a3cc6a21125350a3726afa4f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Zorro?= Date: Wed, 20 Nov 2024 18:30:18 -0500 Subject: [PATCH] ci(e2e): windows debugging --- .github/workflows/e2e.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 9b4b5c8..a19684b 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -12,7 +12,7 @@ on: jobs: e2e: - name: build-${{matrix.name}} + name: e2e-${{matrix.name}} runs-on: ${{matrix.runs-on}} env: STRUCTURIZR_CLI_VERSION: v2024.11.04 @@ -72,8 +72,9 @@ jobs: if: ${{ matrix.os == 'windows' }} run: | try { + ls New-Item -ItemType Directory -Force -Path ./dist - tar -xvf scfz-*.tar.gz -C ./dist/ + tar -xvf scfz-${{ matrix.name }}.tar.gz -C ./dist/ Move-Item -Path ./dist/*/* -Destination ./dist/ } catch { Write-Error "An error occurred: $_"