Skip to content

Commit

Permalink
ci: nit pick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Mar 4, 2024
1 parent 0925339 commit 496d3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/threatcl-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
goarch: ${{ matrix.goarch }}
release_tag: dev
overwrite: true
pre_command: export CGO_ENABLED=1 && export CC=/home/runner/work/osxcross/target/bin/o64-clang && CXX=/home/runner/work/osxcross/target/bin/o64-clang++
pre_command: export CGO_ENABLED=1 && export CC=/home/runner/work/osxcross/target/bin/o64-clang && export CXX=/home/runner/work/osxcross/target/bin/o64-clang++
project_path: cmd/threatcl
binary_name: threatcl
asset_name: "threatcl-${{ env.BUILD_TIME }}-${{ matrix.goos}}-${{ matrix.goarch }}"
Expand Down

0 comments on commit 496d3e0

Please sign in to comment.