Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0nsec authored Jan 19, 2022
1 parent eca84d1 commit 1addc3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: 1.16
overwrite: true
build_flags: -ldflags="-s -w" -trimpath
build_flags: -trimpath
ldflags: -s -w
asset_name: SecCrawler_${{ matrix.goos }}_${{ matrix.goarch }}_${{ steps.get_version.outputs.VERSION }}

0 comments on commit 1addc3b

Please sign in to comment.