Skip to content

Commit

Permalink
no mimetypes in windows...
Browse files Browse the repository at this point in the history
  • Loading branch information
rnemeth90 committed Feb 5, 2024
1 parent b6091f2 commit 14681d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fi
go mod tidy
go build -o httping -ldflags "-X main.Version=${GITHUB_REF_NAME} -X main.BuiltBy=github-actions" main.go
env GOOS=windows GOARCH=amd64 go build -o httping-win -ldflags "-X main.Version=${GITHUB_REF_NAME} -X main.BuiltBy=github-actions" main.go
env GOOS=windows GOARCH=amd64 go build -o httping-win.exe -ldflags "-X main.Version=${GITHUB_REF_NAME} -X main.BuiltBy=github-actions" main.go
mv httping* builds/
ls -lisa builds
Expand Down

0 comments on commit 14681d2

Please sign in to comment.