Skip to content

Commit

Permalink
Fix gox not found in release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
name committed Mar 7, 2023
1 parent 11e42dd commit 6fe603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

go get github.com/mitchellh/gox
go install github.com/mitchellh/gox@latest

mkdir -p release

Expand Down

0 comments on commit 6fe603c

Please sign in to comment.