Skip to content

Commit

Permalink
Revert "remove windows binaries from release"
Browse files Browse the repository at this point in the history
This reverts commit 3cb90f3.
  • Loading branch information
brooksn committed Oct 19, 2023
1 parent 3f8e9eb commit e325ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/package-windows-binary
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if [ "${GOARCH}" == "s390x" ] || [ "${GOARCH}" == "arm64" ]; then
exit 0
fi

mkdir -p dist/win_artifacts
mkdir -p dist/artifacts

install -s bin/${PROG}.exe dist/win_artifacts/${PROG}-windows-amd64.exe
install -s bin/${PROG}.exe dist/artifacts/${PROG}-windows-amd64.exe

0 comments on commit e325ff2

Please sign in to comment.