Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Le0nsec/SecCrawler
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0nsec committed Feb 16, 2022
2 parents 7819268 + 54716c2 commit 3950124
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- goarch: arm64
goos: windows
steps:
- name: Get Tag Version
id: get_version
- name: Short tag Version
id: short_tag
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- uses: actions/checkout@v2
Expand All @@ -31,6 +31,7 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: 1.16
overwrite: true
build_flags: -trimpath
# build_command: go build
build_flags: -trimpath -tags=jsoniter
ldflags: -s -w
asset_name: SecCrawler_${{ matrix.goos }}_${{ matrix.goarch }}_${{ steps.get_version.outputs.VERSION }}
asset_name: SecCrawler_${{ matrix.goos }}_${{ matrix.goarch }}_${{ steps.short_tag.outputs.VERSION }}

0 comments on commit 3950124

Please sign in to comment.