Skip to content

Commit

Permalink
setting path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush-Kaushik committed Jun 30, 2024
1 parent 4194f1a commit b2c9c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cd "${env:GITHUB_WORKSPACE}\upx"
ls
$upxPath = "${env:GITHUB_WORKSPACE}\upx"
$upxPath = "${env:GITHUB_WORKSPACE}\upx\upx-3.96-win64\"
[Environment]::SetEnvironmentVariable("PATH", $env:PATH + ";" + $upxPath, [System.EnvironmentVariableTarget]::Process)
upx -v
Expand Down

0 comments on commit b2c9c14

Please sign in to comment.