Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Feb 21, 2024
1 parent c15bebf commit cd2d84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
goversion: "1.20"
project_path: ./cmd/flow
build_flags: GO111MODULE=on
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 }}"
ldflags: -X "github.com/tarakby/flow-cli/build.commit=${{ env.COMMIT }}" -X "github.com/tarakby/flow-cli/build.semver=${{ env.VERSION }}" -X "github.com/tarakby/flow-cli/internal/command.mixpanelToken=${{ env.MIXPANEL_PROJECT_TOKEN }}" -X "github.com/tarakby/flow-cli/internal/accounts.accountToken=${{ env.LILICO_TOKEN }}"

0 comments on commit cd2d84d

Please sign in to comment.