mirror of
https://github.com/elyby/chrly.git
synced 2025-01-09 13:27:49 +05:30
Fix build for CI
This commit is contained in:
parent
c95ecc2491
commit
06afd17557
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -68,9 +68,8 @@ jobs:
|
||||
run: >
|
||||
go build
|
||||
-trimpath
|
||||
-ldflags "-w -s -X github.com/elyby/chrly/internal/version.version=${{ steps.version.outputs.version }} -X github.com/elyby/chrly/internal/version.commit=${{ github.sha }}" \
|
||||
-o ./chrly
|
||||
./cmd/chrly/...
|
||||
-ldflags "-w -s -X github.com/elyby/chrly/internal/version.version=${{ steps.version.outputs.version }} -X github.com/elyby/chrly/internal/version.commit=${{ github.sha }}"
|
||||
-o ./chrly ./cmd/chrly/...
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user