Skip to content

Commit

Permalink
Merge pull request #718 from nokia/moosq-patch-9
Browse files Browse the repository at this point in the history
expand downloaded zip archive into cwd
  • Loading branch information
moosq committed Oct 24, 2023
2 parents 1286d4c + 0325874 commit 0de7a3a
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 @@ -40,7 +40,7 @@ jobs:
if($env:GITHUB_REF -match $pattern) {
Write-Host "try to download zip archive for version ntt $($matches[1])"
hub.exe release download $($matches[1]) -i ntt_Windows_x86_64.zip
Expand-Archive -v ntt_Windows_x86_64.zip
Expand-Archive -v -d . ntt_Windows_x86_64.zip
} else {
Write-Error "error: provided reference does not contain a tag: $env:GITHUB_REF"
}
Expand Down

0 comments on commit 0de7a3a

Please sign in to comment.