Selaa lähdekoodia

Merge pull request #261 from mr-karan/goreleaser-fix

chore: Pass the binary path correctly to `make`
Kailash Nadh 4 vuotta sitten
vanhempi
commit
9c0fd24320
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .goreleaser.yml

+ 1 - 1
.goreleaser.yml

@@ -23,7 +23,7 @@ builds:
 
     hooks:
       # stuff executables with static assets.
-      post: make pack-bin bin={{ .Path }}
+      post: make pack-bin BIN={{ .Path }}
 
 archives:
   - format: tar.gz