Skip to content

Commit

Permalink
chore: use nushell in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 10, 2025
1 parent c40e912 commit 48ccd7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
)
# Use GitHub workspace for temporary paths
$msixBundlePath = "$env:GITHUB_WORKSPACE\$packageName.msixbundle"
$archivePath = "$env:GITHUB_WORKSPACE\$packageName.zip"
$extractPath = "$env:GITHUB_WORKSPACE\$packageName"
$msixBundlePath = "${{github.workspace}}\$packageName.msixbundle"
$archivePath = "$env:RUNNER_TEMP\$packageName.zip"
$extractPath = "$env:RUNNER_TEMP\$packageName"
Write-Host "Starting package installation for $packageName"
Expand Down

0 comments on commit 48ccd7f

Please sign in to comment.