mirror of
https://github.com/elyby/chrly.git
synced 2025-01-10 05:47:47 +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: >
|
run: >
|
||||||
go build
|
go build
|
||||||
-trimpath
|
-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 }}" \
|
-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
|
-o ./chrly ./cmd/chrly/...
|
||||||
./cmd/chrly/...
|
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user