Skip to content

Commit

Permalink
ci: fix CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Jul 18, 2022
1 parent c41f47a commit 2e97044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
-X github.com/roadrunner-server/velox/internal/version.version=${{ steps.values.outputs.version }}
-X github.com/roadrunner-server/velox/internal/version.buildTime=${{ steps.values.outputs.timestamp }}
run: |
go build -trimpath -ldflags "$LDFLAGS" -o "./${{ steps.values.outputs.binary-name }}" ./vx
go build -trimpath -ldflags "$LDFLAGS" -o "./${{ steps.values.outputs.binary-name }}" ./cmd/vx
stat "./${{ steps.values.outputs.binary-name }}"
- name: Generate distributive directory name
Expand Down

0 comments on commit 2e97044

Please sign in to comment.