Skip to content

Commit

Permalink
fixed path in the build script for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Breno RdV committed Oct 20, 2021
1 parent 7296d42 commit 7d4abc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_linux.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ go build -o .tmp\linux\hubexport.exe .\cmd\hubexport


echo Creating archive for version %*...
7z a -tzip .\.dist\az-eventhub-tools--darwin-linux-amd64--%*.zip .\.tmp\linux\*.exe readme.md
7z a -tzip .\.dist\az-eventhub-tools--linux-amd64--%*.zip .\.tmp\linux\*.exe readme.md

echo All done!

0 comments on commit 7d4abc0

Please sign in to comment.