Selaa lähdekoodia

use `go build` on publish

Jeffrey Morgan 1 vuosi sitten
vanhempi
commit
b52a400cdf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      scripts/publish.sh

+ 1 - 1
scripts/publish.sh

@@ -10,7 +10,7 @@ fi
 OS=$(go env GOOS)
 OS=$(go env GOOS)
 ARCH=$(go env GOARCH)
 ARCH=$(go env GOARCH)
 
 
-make app
+go build .
 
 
 # Create a new tag if it doesn't exist.
 # Create a new tag if it doesn't exist.
 if ! git rev-parse v$VERSION >/dev/null 2>&1; then
 if ! git rev-parse v$VERSION >/dev/null 2>&1; then