Skip to content

Commit

Permalink
rollback build action change
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Gololicic committed Dec 13, 2023
1 parent 06847e0 commit ba1bfe3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
go-version: '1.20'
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: build binaries
run: make versioned-binaries
- uses: wangyoucao577/[email protected]
env:
MIXPANEL_PROJECT_TOKEN: ${{ secrets.MIXPANEL_PROJECT_TOKEN }}
Expand All @@ -43,5 +41,4 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: "1.20"
project_path: "./cmd/flow"
build_command: CGO_CFLAGS="-O -D__BLST_PORTABLE__" CGO_ENABLED=1 go build
ldflags: -X "github.com/onflow/flow-cli/build.commit=${{ env.COMMIT }}" -X "github.com/onflow/flow-cli/build.semver=${{ env.VERSION }}" -X "github.com/onflow/flow-cli/internal/command.mixpanelToken=${{ env.MIXPANEL_PROJECT_TOKEN }}" -X "github.com/onflow/flow-cli/internal/accounts.accountToken=${{ env.LILICO_TOKEN }}"

0 comments on commit ba1bfe3

Please sign in to comment.