Skip to content

Commit

Permalink
Merge pull request #82 from giusdp/main
Browse files Browse the repository at this point in the history
fix: move task grep.exe in task getall
  • Loading branch information
giusdp authored Aug 23, 2023
2 parents 11062bd + 73747dc commit bf34270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nuvfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ tasks:
- task: mc
- task: eksctl
- task: q
- task: grep.exe
# TODO: for some reasons, helm download does not work in github actions
#- task: helm

Expand All @@ -240,7 +241,6 @@ tasks:
- echo {{.VERSION}} >windows/version.txt
- cp ../LICENSE windows/LICENSE
- task: unzip.exe
- task: grep.exe
- ./nuv getall OS=windows ARCH=amd64
- ./nuv windows build
- cp windows/*.msi ..
Expand Down

0 comments on commit bf34270

Please sign in to comment.