Skip to content

Commit

Permalink
Fix path (still with debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Dec 3, 2024
1 parent 9b507fc commit 8ed952c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msi-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
$ErrorActionPreference = 'Stop'
Set-PSDebug -Trace 2
Get-ChildItem -Path .\*.msi -Recurse
Resolve-Path .\*.msi
$msi_path = Resolve-Path .\*.msi
Resolve-Path .\msi\*\*.msi
$msi_path = Resolve-Path .\msi\*\*.msi
$msi_path
Test-Path $msi_path
$alt_config_path = Resolve-Path .\distributions\${{ inputs.distribution }}\config.yaml
Expand Down

0 comments on commit 8ed952c

Please sign in to comment.