Skip to content

Commit

Permalink
rework pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mod committed Nov 18, 2022
1 parent 5539637 commit 6db71ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ then
mv "$name-windows-""$targetarch"-"$version""$extension" ../
ls -lah
else
if [[ "$targetos" == *"MacOS"* ]];
if [[ "$targetos" == *"macOS"* ]];
then
echo "$PWD"
env GO111MODULE=on GOOS="darwin" GOARCH="$targetarch" go build -ldflags "-s -w" -o "$name-darwin-""$targetarch"-"$version" .
Expand Down

0 comments on commit 6db71ce

Please sign in to comment.