Skip to content

Commit

Permalink
feat(pedm): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kbouchard-dev committed Aug 9, 2024
1 parent 7e91c4c commit 28afc7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 28afc7e

Please sign in to comment.