From 28afc7ecbf1cae36be6ce301ad84eef4d0d4d269 Mon Sep 17 00:00:00 2001 From: Kyle Bouchard Date: Fri, 9 Aug 2024 14:57:56 -0400 Subject: [PATCH] feat(pedm): fix ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56182ccce..7c23e152d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -517,6 +517,8 @@ jobs: $PackageVersion = "${{ needs.preflight.outputs.version }}" $StagingPath = Join-Path $Env:RUNNER_TEMP "staging" $SymbolsPath = Join-Path $Env:RUNNER_TEMP "symbols" + New-Item -ItemType Directory $SymbolsPath + $TargetOutputPath = Join-Path $StagingPath ${{ matrix.os }} ${{ matrix.arch }} $ExecutableFileName = "DevolutionsAgent_${{ runner.os }}_${PackageVersion}_${{ matrix.arch }}"