Skip to content

Commit

Permalink
find hub.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
moosq authored Oct 23, 2023
1 parent 1c6bfff commit 7277231
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 7277231

Please sign in to comment.