Skip to content

Commit

Permalink
fix(build.sh): package the 386 windows version properly
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 20, 2021
1 parent 3bfa382 commit dd4f54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ case $1 in
go build -ldflags='-s -w' ./cmd/ooniprobe
tar -cvzf ooniprobe_${v}_windows_386.tar.gz LICENSE.md Readme.md ooniprobe.exe
# We don't have zip inside the github actions runner
zip ooniprobe_${v}_windows_amd64.zip LICENSE.md Readme.md ooniprobe.exe || true
zip ooniprobe_${v}_windows_386.zip LICENSE.md Readme.md ooniprobe.exe || true
mv ooniprobe.exe ./CLI/windows/386/
;;

Expand Down

0 comments on commit dd4f54b

Please sign in to comment.