Skip to content

Commit

Permalink
Testing correct way to setup github workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush-Kaushik committed Jun 30, 2024
1 parent d832dcc commit 45fd2fa
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 @@ -21,7 +21,7 @@ jobs:
python -m pip install -r requirements.txt
Invoke-WebRequest -Uri https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win64.zip -OutFile upx.zip
Expand-Archive upx.zip ${GITHUB_WORKSPACE} upx
Expand-Archive upx.zip $env:GITHUB_WORKSPACE upx
$upxPath = "${GITHUB_WORKSPACE}\upx"
[System.Environment]::SetEnvironmentVariable("PATH", $env:PATH + ";" + $upxPath, [System.EnvironmentVariableTarget]::Process)
Expand Down

0 comments on commit 45fd2fa

Please sign in to comment.