Skip to content

Commit

Permalink
Merge pull request #711 from nokia/moosq-patch-3
Browse files Browse the repository at this point in the history
Capitalize Windows in ntt release archive
  • Loading branch information
moosq authored Oct 20, 2023
2 parents 82ccf3e + 10c616b commit f68ce11
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,9 +31,9 @@ jobs:
id: download_exe
shell: bash
run: |
hub release download "${GITHUB_REF#refs/tags/}" -i ntt_windows_x86_64.tar.gz
hub 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
tar xzf ntt_Windows_x86_64.tar.gz && rm ntt_Windows_x86_64.tar.gz
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Install go-msi
Expand Down

0 comments on commit f68ce11

Please sign in to comment.