Skip to content

Commit

Permalink
Update go-build.yml
Browse files Browse the repository at this point in the history
remove wbepass because of defender false positivity
  • Loading branch information
uoosef authored Aug 6, 2023
1 parent aa8e421 commit 15382f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ jobs:
cd bepass-cli
mkdir -p build_assets
go build -v -o build_assets/bepass -trimpath -ldflags "-s -w -buildid=" ./cmd/cli
- name: Build background Bepass on Windows
if: matrix.goos == 'windows'
run: |
cd bepass-cli
go build -v -o build_assets/wbepass.exe -trimpath -ldflags "-s -w -H windowsgui -buildid=" ./cmd/cli
- name: Build Mips softfloat Bepass
if: matrix.goarch == 'mips' || matrix.goarch == 'mipsle'
Expand Down

0 comments on commit 15382f2

Please sign in to comment.