Skip to content

Commit

Permalink
update LICENSE.md path in build
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Aug 13, 2024
1 parent 97c8d5e commit e8e861d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
VERSION="$(git describe --tags)"
DIR="$(mktemp -d)"
mkdir "$DIR/sshamble"
cp "$RUNNER_TEMP/LICENSE" "$DIR/sshamble"
cp "$RUNNER_TEMP/LICENSE.md" "$DIR/sshamble"
go build -o "$DIR/sshamble" -ldflags "-s -w -X main.Version=$VERSION" -trimpath ./cmd/...
if [ "$GOOS" == "windows" ]; then
( cd "$DIR"; zip sshamble.zip -r sshamble )
Expand Down

0 comments on commit e8e861d

Please sign in to comment.