Skip to content

Commit 049fafe

Browse files
committed
travis didn't upload, removes relative path
1 parent 3b52821 commit 049fafe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
mkdir ../bin
3+
mkdir bin
44

55
for R in \
66
darwin/386 \
@@ -28,11 +28,11 @@ for R in \
2828

2929
echo ${filename}
3030

31-
GOOS=${os} GOARCH=${arch} go build -o "../bin/${filename}"
31+
GOOS=${os} GOARCH=${arch} go build -o "bin/${filename}"
3232

3333
done
3434

35-
cd "../bin"
35+
cd "bin"
3636
sha256sum spaceapi-validator-* > SHA256SUMS
3737

3838
echo "done"

0 commit comments

Comments
 (0)