diff options
author | Valery Piashchynski <[email protected]> | 2021-01-27 16:59:15 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-27 16:59:15 +0300 |
commit | c5c1583bcfc66cf6876cc04d0dc57941d86c509a (patch) | |
tree | eccb844e07301fcc8927ef88985da140c6b01290 | |
parent | 6e1abf0808ced4b4f7f3d5bab1e5d87c27a8e112 (diff) |
Update compillation routinev2.0.0-beta18
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a50d16c4..e43514bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,8 +58,10 @@ jobs: -X github.com/spiral/roadrunner/v2/cmd/cli.Version=${{ steps.values.outputs.version }} -X github.com/spiral/roadrunner/v2/cmd/cli.BuildTime=${{ steps.values.outputs.timestamp }} run: | - cd cmd && go build -trimpath -ldflags "$LDFLAGS" -o "./${{ steps.values.outputs.binary-name }}" main.go + cd cmd + go build -trimpath -ldflags "$LDFLAGS" -o "./${{ steps.values.outputs.binary-name }}" main.go mv "${{ steps.values.outputs.binary-name }}" ../ + cd .. stat "./${{ steps.values.outputs.binary-name }}" - name: Generate distributive directory name |