mirror of https://github.com/restic/restic.git
Fix build_release_binaries.sh
This commit is contained in:
parent
a7c2f28f06
commit
f366a636e6
|
@ -36,7 +36,7 @@ for R in \
|
|||
|
||||
echo $filename
|
||||
|
||||
go run ../build.go --goos $OS --goarch $ARCH --output ${filename}
|
||||
go run build.go --goos $OS --goarch $ARCH --output ${filename}
|
||||
if [[ "$OS" == "windows" ]]; then
|
||||
zip ${filename%.exe}.zip ${filename}
|
||||
rm ${filename}
|
||||
|
|
Loading…
Reference in New Issue