forked from TrueCloudLab/restic
Fix build_release_binaries.sh
This commit is contained in:
parent
a7c2f28f06
commit
f366a636e6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue