Skip to content

Commit

Permalink
Merge pull request #716 from nokia/moosq-patch-7
Browse files Browse the repository at this point in the history
corrected version extraction pattern
  • Loading branch information
moosq authored Oct 24, 2023
2 parents 7a7dd19 + 2fdbc48 commit 57bb97c
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 @@ -36,7 +36,7 @@ jobs:
id: download_exe
run: |
$env:PATH += ";C:\hub\bin"
$pattern = ".+refs/tags/(.+)"
$pattern = "refs/tags/(.+)"
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 Down

0 comments on commit 57bb97c

Please sign in to comment.