Skip to content

Commit

Permalink
Merge pull request #713 from nokia/moosq-patch-5
Browse files Browse the repository at this point in the history
find hub.exe
  • Loading branch information
moosq authored Oct 23, 2023
2 parents 1c6bfff + 7277231 commit dc43b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
run: |
Invoke-WebRequest https://github.com/github/hub/releases/download/v2.14.2/hub-windows-amd64-2.14.2.zip -OutFile hub.zip
Expand-Archive hub.zip -DestinationPath C:\hub
$env:PATH += ";C:\hub"
$env:PATH += ";C:\hub\bin"
- name: Download ntt.exe
id: download_exe
shell: bash
run: |
hub release download "${GITHUB_REF#refs/tags/}" -i ntt_Windows_x86_64.tar.gz
hub.exe release download "${GITHUB_REF#refs/tags/}" -i ntt_Windows_x86_64.tar.gz
printf "::set-output name=zip::%s\n" *.tar.gz
tar xzf ntt_Windows_x86_64.tar.gz && rm ntt_Windows_x86_64.tar.gz
env:
Expand Down

0 comments on commit dc43b03

Please sign in to comment.