Skip to content

Commit

Permalink
Set the correct name for all binary artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed May 3, 2022
1 parent 6b18b08 commit 5d1755f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildall.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

NAME=$(basename $(pwd))
NAME=firehose-cosmos
TARGETS="linux_amd64 linux_arm64 darwin_amd64 darwin_arm64"

for target in $TARGETS; do
Expand Down

0 comments on commit 5d1755f

Please sign in to comment.